mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
(quoter) @function.call
|
||||||
|
|
||||||
(quasiquote
|
(quasiquote
|
||||||
(quoter) @_name (#eq? @_name "qq")
|
[
|
||||||
|
(quoter) @_name
|
||||||
|
(_ (variable) @_name)
|
||||||
|
](#eq? @_name "qq")
|
||||||
(quasiquote_body) @string)
|
(quasiquote_body) @string)
|
||||||
|
|
||||||
|
(quasiquote
|
||||||
|
((_ (variable) @_name)) (#eq? @_name "qq")
|
||||||
|
(quasiquote_body) @string)
|
||||||
|
|
||||||
;; namespaced quasi-quoter
|
;; namespaced quasi-quoter
|
||||||
(quasiquote
|
(quasiquote
|
||||||
(_
|
(_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue