Unnamed repository; edit this file 'description' to name the repository.
queries: Fix module highlights in koto
Michael Davis 2025-02-25
parent 6182bdc · commit 7e87a36
-rw-r--r--runtime/queries/koto/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/koto/highlights.scm b/runtime/queries/koto/highlights.scm
index 1e9104aa..de0971b1 100644
--- a/runtime/queries/koto/highlights.scm
+++ b/runtime/queries/koto/highlights.scm
@@ -91,13 +91,13 @@
(identifier) @variable
(import_module
- (identifier) @module)
+ (identifier) @namespace)
(import_item
- (identifier) @module)
+ (identifier) @namespace)
(export
- (identifier) @module)
+ (identifier) @namespace)
(call
function: (identifier) @function.method)