Skip to content

Commit 93fa990

Browse files
committed
queries: Fix module/namespace highlight in Unison
1 parent 70d452d commit 93fa990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/queries/unison/highlights.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
(regular_identifier) @special) ; NOTE: an effect is a special type
7676

7777
; Namespaces
78-
(path) @module
78+
(path) @namespace
7979

80-
(namespace) @module
80+
(namespace) @namespace
8181

8282
; Terms
8383
(type_signature
84-
term_name: (path) @module
84+
term_name: (path) @namespace
8585
term_name: (regular_identifier) @variable)
8686

8787
(type_signature

0 commit comments

Comments
 (0)