mirror of https://github.com/helix-editor/helix
queries: Fix module highlights in koto
parent
6182bdc860
commit
7e87a36e93
|
@ -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…
Reference in New Issue