Made it easier to install syntax highlighting

This commit is contained in:
2022-11-07 10:02:37 +00:00
parent 42580bbe2a
commit d14177dbca
3 changed files with 8 additions and 3 deletions

View File

@@ -23,6 +23,10 @@ test: clean $(TOY_OUTDIR)
$(TOY_OUTDIR):
mkdir $(TOY_OUTDIR)
#utils
install-tools:
cp -rf tools/toylang.vscode-highlighting ~/.vscode/extensions
.PHONY: clean
clean: