mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -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)
|
(type_operator)
|
||||||
(tycon_arrow)
|
(tycon_arrow)
|
||||||
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
|
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
|
||||||
|
(qualified_type)
|
||||||
|
(qualified_variable)
|
||||||
(all_names)
|
(all_names)
|
||||||
(wildcard)
|
(wildcard)
|
||||||
|
"."
|
||||||
|
".."
|
||||||
"="
|
"="
|
||||||
"|"
|
"|"
|
||||||
"::"
|
"::"
|
||||||
|
|
@ -134,6 +138,7 @@
|
||||||
;; Types
|
;; Types
|
||||||
|
|
||||||
(type) @type
|
(type) @type
|
||||||
|
(type_star) @type
|
||||||
(type_variable) @type
|
(type_variable) @type
|
||||||
|
|
||||||
(constructor) @constructor
|
(constructor) @constructor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue