Fix prepare.sh

This commit is contained in:
CismonX 2020-10-04 02:27:44 +08:00
parent ac1872501c
commit 9a1fd33f3f
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env sh
mkdir -p ./out
# Convert TextMate grammar from CSON to JSON (VSCode cannot recognize CSON ones).
TMGRAMMAR_CSON=./node_modules/language-texinfo/grammars/texinfo.cson
TMGRAMMAR_JSON=./out/texinfo.tmGrammar.json