Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 3a21855

Browse files
committed
Adds JS completions to menu options
1 parent c39ed6d commit 3a21855

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎Main.sublime-menu

+11
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@
3535
"command": "open_file",
3636
"args": {"file": "${packages}/User/AngularJS-completions.sublime-settings"},
3737
"caption": "Completions – User"
38+
},
39+
{ "caption": "-" },
40+
{
41+
"command": "open_file",
42+
"args": {"file": "${packages}/AngularJS-sublime-package/AngularJS-js-completions.sublime-settings"},
43+
"caption": "JavaScript Completions – Default"
44+
},
45+
{
46+
"command": "open_file",
47+
"args": {"file": "${packages}/User/AngularJS-js-completions.sublime-settings"},
48+
"caption": "JavaScript Completions – User"
3849
}
3950
]
4051
}

0 commit comments

Comments
 (0)