We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffa96e commit f540248Copy full SHA for f540248
Makefile
@@ -6,6 +6,7 @@ SRCS = rjsx-mode.el
6
OBJS = rjsx-mode.elc
7
8
JS2_LINK = https://raw.githubusercontent.com/mooz/js2-mode/master/js2-mode.el
9
+JS2_OLD_INDENT_LINK = https://raw.githubusercontent.com/mooz/js2-mode/master/js2-old-indent.el
10
11
12
%.elc: %.el
@@ -22,3 +23,4 @@ test:
22
23
24
install-deps:
25
curl --silent '$(JS2_LINK)' > js2-mode.el
26
+ curl --silent '$(JS2_OLD_INDENT_LINK)' > js2-old-indent.el
0 commit comments