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

Side by Side Diff: dart/tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences

Issue 11364007: Revert "remove text editor plugins, they are now on github" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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
OLDNEW
(Empty)
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">
3 <plist version="1.0">
4 <dict>
5 <key>name</key>
6 <string>Comments</string>
7 <key>scope</key>
8 <string>dart.source</string>
9 <key>settings</key>
10 <dict>
11 <key>shellVariables</key>
12 <array>
13 <dict>
14 <key>name</key>
15 <string>TM_COMMENT_START</string>
16 <key>value</key>
17 <string>// </string>
18 </dict>
19 <dict>
20 <key>name</key>
21 <string>TM_COMMENT_START_2</string>
22 <key>value</key>
23 <string>/*</string>
24 </dict>
25 <dict>
26 <key>name</key>
27 <string>TM_COMMENT_END_2</string>
28 <key>value</key>
29 <string>*/</string>
30 </dict>
31 </array>
32 </dict>
33 <key>uuid</key>
34 <string>A6CB02E3-15E3-4CDB-B63D-FCC95A26370C</string>
35 </dict>
36 </plist>
OLDNEW
« no previous file with comments | « dart/tools/utils/elisp/dart-mode.el ('k') | dart/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698