Syntax highlighting
PRQL contains multiple grammar definitions to enable tools to highlight PRQL code. These are all intended to provide as good an experience as the grammar supports. Please raise any shortcomings in a GitHub issue.
The definitions are somewhat scattered around the codebase; this page serves as an index.
Lezer — used by CodeMirror editors. The PRQL file is at prql-lezer/README.me.
Handlebars — currently duplicated:
- The book: book/highlight-prql.js
- The website (outside of the book & playground): website/themes/prql-theme/static/plugins/highlight/prql.js
Textmate — used by the VS Code extension. It’s in the
prql-vscode
repo in prql-vscode/syntaxes/prql.tmLanguage.json.Monarch — used by the Monaco editor, which we use for the Playground. The grammar is at playground/src/workbench/prql-syntax.js.
Tree-Sitter — used by the neovim and helix. The grammar can be found at https://github.com/PRQL/tree-sitter-prql.