pulsar/packages/language-todo/grammars/modern-tree-sitter-todo.cson
Andrew Dupont 2cd20067b5 Rename syntaxQuery to highlightsQuery
The `syntaxQuery` key in a grammar definition file is the only query whose name
differs from its canonical filename, and there's no reason why that should be
the case. Might as well change it now before we ship instead of going through
the pain of changing it later.
2023-04-25 11:38:53 -07:00

10 lines
214 B
Plaintext

# name: 'TODO'
scopeName: 'text.todo'
type: 'modern-tree-sitter'
parser: 'tree-sitter-todo'
injectionRegex: '^(todo|TODO)$'
treeSitter:
grammar: 'ts/tree-sitter-todo.wasm'
highlightsQuery: 'ts/highlights.scm'