mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
f405e6a31e
git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@6761 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
37 lines
821 B
Plaintext
37 lines
821 B
Plaintext
<?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.js</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>shellVariables</key>
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_START</string>
|
|
<key>value</key>
|
|
<string>// </string>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_START_2</string>
|
|
<key>value</key>
|
|
<string>/*</string>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_END_2</string>
|
|
<key>value</key>
|
|
<string>*/</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>A67A8BD9-A951-406F-9175-018DD4B52FD1</string>
|
|
</dict>
|
|
</plist>
|