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

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

Issue 10836068: Added syntax highlighting support for the get, set, and operator keywords in Textmate. (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 | « no previous file | 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <string>keyword.operator.logical.dart</s tring> 243 <string>keyword.operator.logical.dart</s tring>
244 </dict> 244 </dict>
245 <dict> 245 <dict>
246 <key>match</key> 246 <key>match</key>
247 <string>;</string> 247 <string>;</string>
248 <key>name</key> 248 <key>name</key>
249 <string>punctuation.terminator.dart</str ing> 249 <string>punctuation.terminator.dart</str ing>
250 </dict> 250 </dict>
251 <dict> 251 <dict>
252 <key>match</key> 252 <key>match</key>
253 » » » » » <string>\b(static|final|native|abstract| const|class|interface)\b</string> 253 » » » » » <string>\b(static|final|native|abstract| const|class|interface|get|set|operator)\b</string>
254 <key>name</key> 254 <key>name</key>
255 <string>storage.modifier.dart</string> 255 <string>storage.modifier.dart</string>
256 </dict> 256 </dict>
257 <dict> 257 <dict>
258 <key>match</key> 258 <key>match</key>
259 <string>\b(?:void|bool|num|int|double|Dy namic|var)\b</string> 259 <string>\b(?:void|bool|num|int|double|Dy namic|var)\b</string>
260 <key>name</key> 260 <key>name</key>
261 <string>storage.type.primitive.dart</str ing> 261 <string>storage.type.primitive.dart</str ing>
262 </dict> 262 </dict>
263 </array> 263 </array>
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 </dict> 396 </dict>
397 </array> 397 </array>
398 </dict> 398 </dict>
399 </dict> 399 </dict>
400 <key>scopeName</key> 400 <key>scopeName</key>
401 <string>source.dart</string> 401 <string>source.dart</string>
402 <key>uuid</key> 402 <key>uuid</key>
403 <string>958518BC-799F-477A-99F9-5B28EBF230F6</string> 403 <string>958518BC-799F-477A-99F9-5B28EBF230F6</string>
404 </dict> 404 </dict>
405 </plist> 405 </plist>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698