queries: Fix module/namespace highlight in Unison

This commit is contained in:
Michael Davis 2025-02-02 16:23:52 -05:00
parent 70d452db3e
commit 93fa990e56
No known key found for this signature in database

View file

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