Skip to content

Commit 8f81c1e

Browse files
authored
chore: move Sublime syntax highlighting definition to syntax (#137)
Signed-off-by: Aleksey Gurtovoy <aleks@wildbitscomputing.com>
1 parent 171218f commit 8f81c1e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ release: versioncheck
140140

141141
$(call log_step, "Copying common release artifacts")
142142
$(Q)$(CCOPY) ..$(S)reference$(S)source$(S)*.pdf $(RELEASEDIR)manual
143-
$(Q)$(CCOPY) ..$(S)documents$(S)superbasic.sublime-syntax $(RELEASEDIR)syntax
143+
$(Q)$(CCOPY) ..$(S)syntax$(S)* $(RELEASEDIR)syntax
144144

145145
$(Q)$(PYTHON) -c "with open('$(RELEASEDIR)VERSION', 'w') as f: f.write('$(VERSION)')"
146146

0 commit comments

Comments
 (0)