Skip to content

Commit 663c694

Browse files
author
idleberg
committed
fix scope
1 parent 1d567e3 commit 663c694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AppleScript.sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"selector": "source.js.jxa",
2+
"selector": "source.applescript -source.applescript.binary",
33
"cmd": [
44
"echo",
55
"Error: This build system only works on macOS"

JavaScript for Automation (JXA).sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"selector": "source.applescript -source.applescript.binary",
2+
"selector": "source.js.jxa",
33
"cmd": [
44
"echo",
55
"Error: This build system only works on macOS"

0 commit comments

Comments
 (0)