mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(roc): switch to active upstream
This commit is contained in:
parent
921763b23d
commit
47994d7e89
5 changed files with 14 additions and 27 deletions
|
|
@ -8,6 +8,10 @@
|
|||
(exposes_list
|
||||
(ident) @local.reference)
|
||||
|
||||
(import_expr
|
||||
(as)
|
||||
(module) @local.definition)
|
||||
|
||||
(opaque_type_def
|
||||
(apply_type
|
||||
(concrete_type) @local.definition.type))
|
||||
|
|
@ -31,9 +35,6 @@
|
|||
(identifier_pattern
|
||||
(identifier) @local.definition)
|
||||
|
||||
(exposes
|
||||
(ident) @local.reference)
|
||||
|
||||
(identifier) @local.reference
|
||||
|
||||
(tag_expr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue