TeraLang is a lightweight language for creating mock APIs and backends. This extension provides syntax highlighting support for .tera files in Visual Studio Code.
- Syntax highlighting for
.terafiles
None. This extension is purely for syntax highlighting and does not require installing the TeraLang CLI or any dependencies.
This extension contributes the following settings:
teralang.enable: Enable/disable TeraLang syntax highlightingteralang.syntaxTheme: Optional theme override for highlighting style
- Only syntax highlighting is supported at the moment
- No IntelliSense, linting, or runtime checking (planned for future versions)
- Initial release with full syntax highlighting for
.terafiles
Enjoy using TeraLang in VS Code!