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

Side by Side Diff: tools/gn/misc/tm/GN.tmPreferences

Issue 1137423003: Add a GN.tmPreferences file so that command-/ works in sublime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to tm/ per dpranke's review Created 5 years, 7 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
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('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
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>source.gn</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 </array>
20 </dict>
21 </dict>
22 </plist>
OLDNEW
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698