mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
feat: add support for haskell persistent library
This commit is contained in:
parent
68c619f2e3
commit
e9984bb744
4 changed files with 57 additions and 0 deletions
|
|
@ -76,3 +76,10 @@
|
|||
(#eq? @_name "sql")
|
||||
((quasiquote_body) @sql)
|
||||
)
|
||||
|
||||
; persistent
|
||||
(quasiquote
|
||||
(quoter) @_name
|
||||
(#any-of? @_name "persistUpperCase" "persistLowerCase" "persistWith")
|
||||
((quasiquote_body) @haskell_persistent)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue