queries: Fix module/namespace highlight in Unison
This commit is contained in:
parent
70d452db3e
commit
93fa990e56
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue