vscode-tree-sitter-query

Stars
9
Committers
4

Tree-sitter query language

Syntax highlighting and language configuration for the Tree-sitter query language: https://tree-sitter.github.io/tree-sitter/using-parsers#pattern-matching-with-queries

You can also run Tree-Sitter queries against 9 supported languages using the Tree-Sitter Notebook:

  1. File > New File > Tree-Sitter Notebook
  2. Add at least one source code cell followed by zero or more Tree-Sitter query cells
  3. Run all cells to see the parse tree (and query result if any) in cell output