mirror of https://github.com/helix-editor/helix
queries: Fix module/namespace highlight in Unison
parent
70d452db3e
commit
93fa990e56
|
@ -75,13 +75,13 @@
|
|||
(regular_identifier) @special) ; NOTE: an effect is a special type
|
||||
|
||||
; Namespaces
|
||||
(path) @module
|
||||
(path) @namespace
|
||||
|
||||
(namespace) @module
|
||||
(namespace) @namespace
|
||||
|
||||
; Terms
|
||||
(type_signature
|
||||
term_name: (path) @module
|
||||
term_name: (path) @namespace
|
||||
term_name: (regular_identifier) @variable)
|
||||
|
||||
(type_signature
|
||||
|
|
Loading…
Reference in New Issue