Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TQLNew to Visual Studio Code? Get it now.
TQL

TQL

Tenzir

|
166 installs
| (0) | Free
Syntax highlighting for the Tenzir Query Language (TQL)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TQL for VS Code ⚡

VS Code Marketplace License: MIT

Write Tenzir Query Language pipelines with syntax highlighting and editor basics in Visual Studio Code.

✨ Highlights

  • 🎨 Syntax highlighting for TQL operators, expressions, literals, comments, and match statements.
  • 📄 Automatic language detection for .tql files.
  • 💬 Line and block comment support with // and /* ... */.
  • 🧩 Bracket, quote, and surrounding-pair behavior for everyday editing.
  • 📦 A bundled TextMate grammar that consumers can import directly from the package.

🚀 Installation

Install the extension from the Visual Studio Marketplace, or search for TQL in Extensions inside VS Code.

To build and install a local .vsix package:

npm install
npx @vscode/vsce package
code --install-extension vscode-tql-<version>.vsix

VS Code activates the tql language mode automatically for .tql files.

📄 License

vscode-tql is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft