highlights(haskell): special sigils and operators

This commit is contained in:
Ananda Umamil 2023-01-15 03:54:17 +07:00 committed by Stephan Seitz
parent add6f9abe2
commit 0b69c4ae52

View file

@ -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