This repository provides language support for Templefile. For more information, see https://templeeight.github.io/temple-docs
To add this to your VSCode, run the following:
ln -s "$(pwd)" ~/.vscode/extensions
To add it to IntelliJ, open Preferences › Editor › TextMate Bundles, and click add.
To build the JSON tmlanguage file, use the following command, using yaml2json
:
yaml2json syntaxes/temple.tmLanguage.yaml | python -m json.tool > syntaxes/temple.tmLanguage.json
This can be automated with entr
:
entr -s "yaml2json syntaxes/temple.tmLanguage.yaml | python -m json.tool > syntaxes/temple.tmLanguage.json" <<< syntaxes/temple.tmLanguage.yaml
Initial release of Templefile syntax