A Visual Studio Code extension for working with the Tenzir Query Language (TQL).
This extension provides syntax highlighting and language support for TQL.
- Open Visual Studio Code
- Go to Extensions (
Ctrl+Shift+X
/Cmd+Shift+X
) - Search for "TQL"
- Click Install
If you have a .vsix
file:
code --install-extension vscode-tql-<version>.vsix
- Open a
.tql
file in VS Code. - The syntax highlighting will be applied automatically.
- More language features coming soon!
This extension does not add new settings (yet).
Future updates may introduce customization options.
Contributions are welcome! 🎉
If you'd like to improve this extension, please:
- Open an issue on GitHub
- Submit a pull request
This extension is licensed under the MIT License.
See LICENSE for details.