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

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

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/GN.tmLanguage ('k') | tools/gn/misc/tm/GN.tmPreferences » ('j') | 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>gn</string> 7 <string>gn</string>
8 <string>gni</string> 8 <string>gni</string>
9 </array> 9 </array>
10 <key>name</key> 10 <key>name</key>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 <key>name</key> 93 <key>name</key>
94 <string>entity.other.attribute-name.gn</string> 94 <string>entity.other.attribute-name.gn</string>
95 </dict> 95 </dict>
96 </array> 96 </array>
97 <key>scopeName</key> 97 <key>scopeName</key>
98 <string>source.gn</string> 98 <string>source.gn</string>
99 <key>uuid</key> 99 <key>uuid</key>
100 <string>DE419F8C-EC46-4824-87F3-732BD08694DC</string> 100 <string>DE419F8C-EC46-4824-87F3-732BD08694DC</string>
101 </dict> 101 </dict>
102 </plist> 102 </plist>
OLDNEW
« no previous file with comments | « tools/gn/misc/GN.tmLanguage ('k') | tools/gn/misc/tm/GN.tmPreferences » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698