We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a478b commit d124169Copy full SHA for d124169
Comments.tmPreferences
@@ -0,0 +1,33 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<plist version="1.0">
3
+<dict>
4
+ <key>name</key>
5
+ <string>Comments</string>
6
+ <key>scope</key>
7
+ <string>source.chai</string>
8
+ <key>settings</key>
9
+ <dict>
10
+ <key>shellVariables</key>
11
+ <array>
12
13
14
+ <string>TM_COMMENT_START</string>
15
+ <key>value</key>
16
+ <string>// </string>
17
+ </dict>
18
19
20
+ <string>TM_COMMENT_START_2</string>
21
22
+ <string>/*</string>
23
24
25
26
+ <string>TM_COMMENT_END_2</string>
27
28
+ <string>*/</string>
29
30
+ </array>
31
32
+</dict>
33
+</plist>
0 commit comments