Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Side by Side Diff: tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage

Issue 10831139: Added support for Added support for keywords 'implements', 'extends', 'factory', and 'String' in th… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>fileTypes</key> 5 <key>fileTypes</key>
6 <array> 6 <array>
7 <string>dart</string> 7 <string>dart</string>
8 </array> 8 </array>
9 <key>foldingStartMarker</key> 9 <key>foldingStartMarker</key>
10 <string>\{\s*$</string> 10 <string>\{\s*$</string>
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 <string>keyword.operator.logical.dart</s tring> 249 <string>keyword.operator.logical.dart</s tring>
250 </dict> 250 </dict>
251 <dict> 251 <dict>
252 <key>match</key> 252 <key>match</key>
253 <string>;</string> 253 <string>;</string>
254 <key>name</key> 254 <key>name</key>
255 <string>punctuation.terminator.dart</str ing> 255 <string>punctuation.terminator.dart</str ing>
256 </dict> 256 </dict>
257 <dict> 257 <dict>
258 <key>match</key> 258 <key>match</key>
259 » » » » » <string>\b(static|final|native|abstract| const|class|interface|get|set|operator|external)\b</string> 259 » » » » » <string>\b(static|final|native|abstract| const|class|interface|get|set|operator|external|implements|extends|factory)\b</s tring>
260 <key>name</key> 260 <key>name</key>
261 <string>storage.modifier.dart</string> 261 <string>storage.modifier.dart</string>
262 </dict> 262 </dict>
263 <dict> 263 <dict>
264 <key>match</key> 264 <key>match</key>
265 » » » » » <string>\b(?:void|bool|num|int|double|Dy namic|var)\b</string> 265 » » » » » <string>\b(?:void|bool|num|int|double|Dy namic|var|String)\b</string>
266 <key>name</key> 266 <key>name</key>
267 <string>storage.type.primitive.dart</str ing> 267 <string>storage.type.primitive.dart</str ing>
268 </dict> 268 </dict>
269 </array> 269 </array>
270 </dict> 270 </dict>
271 <key>string-interp</key> 271 <key>string-interp</key>
272 <dict> 272 <dict>
273 <key>patterns</key> 273 <key>patterns</key>
274 <array> 274 <array>
275 <dict> 275 <dict>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 </dict> 402 </dict>
403 </array> 403 </array>
404 </dict> 404 </dict>
405 </dict> 405 </dict>
406 <key>scopeName</key> 406 <key>scopeName</key>
407 <string>source.dart</string> 407 <string>source.dart</string>
408 <key>uuid</key> 408 <key>uuid</key>
409 <string>958518BC-799F-477A-99F9-5B28EBF230F6</string> 409 <string>958518BC-799F-477A-99F9-5B28EBF230F6</string>
410 </dict> 410 </dict>
411 </plist> 411 </plist>
OLDNEW
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698