queries: Fix module/namespace highlight in Unison

pull/9458/head
Michael Davis 2025-02-02 16:23:52 -05:00
parent 70d452db3e
commit 93fa990e56
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -75,13 +75,13 @@
(regular_identifier) @special) ; NOTE: an effect is a special type (regular_identifier) @special) ; NOTE: an effect is a special type
; Namespaces ; Namespaces
(path) @module (path) @namespace
(namespace) @module (namespace) @namespace
; Terms ; Terms
(type_signature (type_signature
term_name: (path) @module term_name: (path) @namespace
term_name: (regular_identifier) @variable) term_name: (regular_identifier) @variable)
(type_signature (type_signature