Syntax highlighter for TypeQL
This plugin is published on the Visual Studio Code Plugin Marketplace: Visual Studio Code > Programming Languages > TypeQL
Highlight:
- variables
- comments
- reserved keywords
For developers maintaining this plugin:
grammar-reference.pest
: Snapshot of truth for TypeQL grammar, manually kept up to date with the official TypeQL PEST grammarmapping-pest-to-TextMate.md
: Guide for translating PEST grammar rules to TextMate syntax patterns (use this with your favorite AI editor)