Skip to content

Commit 0e183f5

Browse files
committed
Fix bad command file for Validate Syntax Quick
1 parent 350f628 commit 0e183f5

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

Commands/Validate Syntax Quick.tmCommand

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
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>changed</key>
6-
<dict>
7-
<key>command</key>
8-
<string># runs on save; only notifies you if it raises a warning or error
5+
<key>beforeRunningCommand</key>
6+
<string>saveActiveFile</string>
7+
<key>command</key>
8+
<string># runs on save; only notifies you if it raises a warning or error
99
PYTHONPATH="$TM_BUNDLE_SUPPORT/bin/":$PYTHONPATH "${TM_RUBY:-python}" "$TM_BUNDLE_SUPPORT/bin/pyflakes_quick.py"</string>
10-
<key>input</key>
11-
<string>document</string>
12-
<key>name</key>
13-
<string>Validate Syntax Quick</string>
14-
</dict>
15-
<key>deleted</key>
16-
<array/>
17-
<key>isDelta</key>
18-
<true/>
10+
<key>input</key>
11+
<string>none</string>
12+
<key>keyEquivalent</key>
13+
<string>@s</string>
14+
<key>name</key>
15+
<string>Validate Syntax Quick</string>
16+
<key>output</key>
17+
<string>showAsTooltip</string>
18+
<key>scope</key>
19+
<string>source.js</string>
1920
<key>uuid</key>
2021
<string>7785C4AD-8DA8-4E0E-B5B5-1B1F1027F3C9</string>
2122
</dict>

0 commit comments

Comments
 (0)