Language support for SentinelOne / Dataset PowerQuery files.
- File types:
.pq,.powerquery,.pql - Tree-sitter grammar supplied by the sibling
tree-sitter-powerqueryproject - Highlight queries for commands, operators, fields, functions, literals, shortcut fields, and comments
- Bracket matching and indentation for nested expressions and subqueries
In Zed, run zed: install dev extension and select this repository. After changes, reinstall the dev extension. Inspect Zed.log with zed: open log, or launch zed --foreground for verbose diagnostics.
Validate grammar changes in the sibling project:
cd ../tree-sitter-powerquery
bun install
bun run checkValidate Zed query and editor behavior by reinstalling this repository as a dev extension. Before publishing, pin [grammars.powerquery].rev to a tested commit SHA from the public grammar repository.