mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(haskell): update queries and tests for rewritten parser (#6580)
This commit is contained in:
parent
0319e6eef5
commit
da0efd7398
6 changed files with 238 additions and 373 deletions
9
queries/haskell/locals.scm
Normal file
9
queries/haskell/locals.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(signature
|
||||
name: (variable)) @local.definition
|
||||
|
||||
(function
|
||||
name: (variable)) @local.definition
|
||||
|
||||
(pattern/variable) @local.definition
|
||||
|
||||
(expression/variable) @local.reference
|
||||
Loading…
Add table
Add a link
Reference in a new issue