Skip to content

Commit a7b6dec

Browse files
author
deathaxe
committed
Cleanup TextMate preferences files
1 parent 6d5ac06 commit a7b6dec

6 files changed

+53
-94
lines changed

CoffeeScript.sublime-commands

-50
This file was deleted.

CoffeeScript_Literate.tmPreferences

-34
This file was deleted.

CoffeeScript.tmPreferences Comments.tmPreferences

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Comments</string>
75
<key>scope</key>
8-
<string>source.coffee</string>
6+
<string>source.coffee, source.litcoffee</string>
97
<key>settings</key>
108
<dict>
119
<key>shellVariables</key>

Default.sublime-commands

+48
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
11
[
2+
{
3+
"caption": "Coffee: Check Syntax",
4+
"command": "check_syntax"
5+
},
6+
{
7+
"caption": "Coffee: Quick Run Bar",
8+
"command": "quick_run_bar"
9+
},
10+
{
11+
"caption": "Coffee: Run Cake Task",
12+
"command": "run_cake_task"
13+
},
14+
{
15+
"caption": "Coffee: Compile File",
16+
"command": "compile"
17+
},
18+
{
19+
"caption": "Coffee: Display JavaScript",
20+
"command": "compile_and_display", "args": {"opt": "-p"}
21+
},
22+
{
23+
"caption": "Coffee: Display Lexer Tokens",
24+
"command": "compile_and_display", "args": {"opt": "-t"}
25+
},
26+
{
27+
"caption": "Coffee: Display Parse Tree",
28+
"command": "compile_and_display", "args": {"opt": "-n"}
29+
},
30+
{
31+
"caption": "Coffee: Toggle Watch Mode",
32+
"command": "toggle_watch"
33+
},
34+
{
35+
"caption": "Coffee: Run Script / Selection",
36+
"command": "run_script"
37+
},
38+
{
39+
"caption": "Coffee: Fast Compile",
40+
"command": "fast_compile"
41+
},
42+
{
43+
"caption": "Coffee: Lint",
44+
"command": "lint"
45+
},
46+
{
47+
"caption": "Coffee: Toggle Parens",
48+
"command": "toggle_parens"
49+
},
250
{
351
"caption": "Preferences: Better CoffeeScript Settings",
452
"command": "edit_settings",

Indent.tmPreferences Indentation Rules.tmPreferences

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Indent</string>
75
<key>scope</key>
86
<string>source.coffee</string>
97
<key>settings</key>

Symbol List.tmPreferences

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Symbol List</string>
75
<key>scope</key>
8-
<string>source.coffee meta.class.coffee,source.coffee meta.function.coffee</string>
6+
<string>
7+
source.coffee meta.class.coffee,
8+
source.coffee meta.function.coffee
9+
</string>
910
<key>settings</key>
1011
<dict>
1112
<key>showInSymbolList</key>
1213
<integer>1</integer>
1314
</dict>
14-
<key>uuid</key>
15-
<string>C02A31C1-E770-472F-A13E-358FF1C6AD89</string>
1615
</dict>
1716
</plist>

0 commit comments

Comments
 (0)