TQL for VS Code ⚡

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.
| |