mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Restored haskell syntax
It seems to work
This commit is contained in:
parent
f3a243c6cb
commit
01dd7b570a
5 changed files with 58 additions and 1 deletions
4
runtime/queries/haskell/locals.scm
Normal file
4
runtime/queries/haskell/locals.scm
Normal file
|
@ -0,0 +1,4 @@
|
|||
(signature name: (variable)) @local.definition
|
||||
(function name: (variable)) @local.definition
|
||||
(pat_name (variable)) @local.definition
|
||||
(exp_name (variable)) @local.reference
|
Loading…
Add table
Add a link
Reference in a new issue