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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/misc/tm/GN.tmPreferences
diff --git a/tools/gn/misc/tm/GN.tmPreferences b/tools/gn/misc/tm/GN.tmPreferences
new file mode 100644
index 0000000000000000000000000000000000000000..2706d51344ac6ecd0e4d6734c062914031ad9e13
--- /dev/null
+++ b/tools/gn/misc/tm/GN.tmPreferences
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>name</key>
+ <string>Comments</string>
+ <key>scope</key>
+ <string>source.gn</string>
+ <key>settings</key>
+ <dict>
+ <key>shellVariables</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>TM_COMMENT_START</string>
+ <key>value</key>
+ <string># </string>
+ </dict>
+ </array>
+ </dict>
+</dict>
+</plist>
« 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