Skip to content

Commit 2b4d812

Browse files
committed
Fix javascript syntax include
The file tried to include itself instead of being a proxy for the normal JavaScript syntax file Closes #8
1 parent 75a9425 commit 2b4d812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: JavaScript for Automation (JXA).sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ file_extensions:
1010
scope: source.js.jxa
1111
contexts:
1212
main:
13-
- include: scope:source.js.jxa
13+
- include: scope:source.js

0 commit comments

Comments
 (0)