mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(haskell): namespaced string quasiquote
This commit is contained in:
parent
cdb2ec999c
commit
96e01877b8
1 changed files with 9 additions and 1 deletions
|
|
@ -378,8 +378,16 @@
|
|||
(quoter) @function.call
|
||||
|
||||
(quasiquote
|
||||
(quoter) @_name (#eq? @_name "qq")
|
||||
[
|
||||
(quoter) @_name
|
||||
(_ (variable) @_name)
|
||||
](#eq? @_name "qq")
|
||||
(quasiquote_body) @string)
|
||||
|
||||
(quasiquote
|
||||
((_ (variable) @_name)) (#eq? @_name "qq")
|
||||
(quasiquote_body) @string)
|
||||
|
||||
;; namespaced quasi-quoter
|
||||
(quasiquote
|
||||
(_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue