queries: Fix module highlights in koto
This commit is contained in:
parent
6182bdc860
commit
7e87a36e93
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue