tree-sitter-grammars / tree-sitter-query

TS query grammar for tree-sitter
Apache License 2.0
52 stars 14 forks source link

Allow field definitions inside lists #14

Closed stsewd closed 3 years ago

stsewd commented 3 years ago

These are valid https://github.com/nvim-treesitter/nvim-treesitter-textobjects/blob/111cf356fd5c6c52d2dfb9299a76d201624be3cc/queries/dart/textobjects.scm#L43-L48

Also added parsing some examples to the tests. It's suppose that the queries from these repos should be valid :)