mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-11-21 20:30:51 +00:00
43 lines
891 B
Plaintext
43 lines
891 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//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.asm.6502.macross</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>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_DISABLE_INDENT_2</string>
|
|
<key>value</key>
|
|
<string>yes</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
|
|
</dict>
|
|
</plist>
|
|
|