justinmk / tree-sitter-ini

tree-sitter grammar/parser for INI files
Apache License 2.0
20 stars 10 forks source link

Missing query files #7

Closed coding-agent closed 4 months ago

coding-agent commented 4 months ago

I am having an issue using this parser with ts-cli because it is missing query files

Reproduce issue

tree-sitter highlight file.ini

with the error message:

Warning: you should add a `highlights` entry pointing to the highlights path in `tree-sitter` language list in the grammar's package.json
See more here: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#query-paths
justinmk commented 4 months ago

PR welcome