mirror of
https://github.com/Reuh/sublime-anselme.git
synced 2025-10-27 11:49:30 +00:00
21 lines
390 B
Text
21 lines
390 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Comments</string>
|
|
<key>scope</key>
|
|
<string>source.anselme</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>
|