mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(roc)!: bump parser and queries
Adapt to https://github.com/faldor20/tree-sitter-roc/pull/30 Also synchronize queries with upstream and add indents
This commit is contained in:
parent
f06adcf572
commit
afe977dadd
5 changed files with 107 additions and 11 deletions
|
|
@ -35,6 +35,14 @@
|
|||
(identifier_pattern
|
||||
(identifier) @local.definition)
|
||||
|
||||
(when_is_branch
|
||||
pattern: (_
|
||||
(identifier_pattern
|
||||
(identifier) @local.definition)))
|
||||
|
||||
(spread_pattern
|
||||
(identifier) @local.definition)
|
||||
|
||||
(identifier) @local.reference
|
||||
|
||||
(tag_expr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue