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:
Christian Clason 2025-03-09 12:06:59 +01:00 committed by Christian Clason
parent f06adcf572
commit afe977dadd
5 changed files with 107 additions and 11 deletions

View file

@ -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