mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
feat(purescript): add parser and queries (#5626)
This commit is contained in:
parent
44d1684db3
commit
bf18ff20ae
5 changed files with 169 additions and 0 deletions
4
queries/purescript/locals.scm
Normal file
4
queries/purescript/locals.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(signature name: (variable)) @definition.type
|
||||
(function name: (variable)) @definition.function
|
||||
(pat_name (variable)) @definition
|
||||
(exp_name (variable)) @reference
|
||||
Loading…
Add table
Add a link
Reference in a new issue