queries: Fix module highlights in koto

pull/12956/head
Michael Davis 2025-02-24 12:49:43 -05:00
parent 6182bdc860
commit 7e87a36e93
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

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