mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
highlights(haskell): special sigils and operators
This commit is contained in:
parent
add6f9abe2
commit
0b69c4ae52
1 changed files with 5 additions and 0 deletions
|
|
@ -60,8 +60,12 @@
|
|||
(type_operator)
|
||||
(tycon_arrow)
|
||||
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
|
||||
(qualified_type)
|
||||
(qualified_variable)
|
||||
(all_names)
|
||||
(wildcard)
|
||||
"."
|
||||
".."
|
||||
"="
|
||||
"|"
|
||||
"::"
|
||||
|
|
@ -134,6 +138,7 @@
|
|||
;; Types
|
||||
|
||||
(type) @type
|
||||
(type_star) @type
|
||||
(type_variable) @type
|
||||
|
||||
(constructor) @constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue