Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Templefile Syntax HighlightingNew to Visual Studio Code? Get it now.
Templefile Syntax Highlighting

Templefile Syntax Highlighting

TempleEight

|
107 installs
| (0) | Free
Templefile language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

temple README

This repository provides language support for Templefile. For more information, see https://templeeight.github.io/temple-docs

Direct Installation

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

Releases

0.0.1

Initial release of Templefile syntax

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft