diff --git a/scripts/prepare.sh b/scripts/prepare.sh index 5ffe92c..27bb02d 100755 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh @@ -3,6 +3,5 @@ SRC_PATH=./node_modules/language-texinfo DEST_PATH=./out/grammars mkdir -p $DEST_PATH -cp $SRC_PATH/LICENSE.md $DEST_PATH # Convert TextMate grammar from CSON to JSON, as VSCode cannot recognize CSON ones. cson2json $SRC_PATH/grammars/texinfo.cson | json -j0 > $DEST_PATH/texinfo.json