mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Add common quasiquote highlights/injections for Haskell (#1440)
This commit is contained in:
parent
cf768b0069
commit
efbd01f539
2 changed files with 64 additions and 0 deletions
|
|
@ -122,3 +122,10 @@
|
|||
|
||||
; True or False
|
||||
((constructor) @_bool (#match? @_bool "(True|False)")) @boolean
|
||||
|
||||
|
||||
;; ----------------------------------------------------------------------------
|
||||
;; Quasi-quotes
|
||||
|
||||
(quoter) @function
|
||||
; Highlighting of quasiquote_body is handled by injections.scm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue