mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Add rainbows for Koto (#14469)
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
start: (identifier) @function)
|
||||
|
||||
(chain
|
||||
lookup: (identifier) @variable.other.member)
|
||||
(lookup (identifier)) @variable.other.member)
|
||||
|
||||
(call
|
||||
function: (identifier)) @function
|
||||
|
11
runtime/queries/koto/rainbows.scm
Normal file
11
runtime/queries/koto/rainbows.scm
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
(args)
|
||||
(call_args)
|
||||
(index)
|
||||
(list)
|
||||
(map)
|
||||
(parenthesized)
|
||||
(tuple)
|
||||
] @rainbow.scope
|
||||
|
||||
["(" ")" "[" "]" "{" "}"] @rainbow.bracket
|
Reference in New Issue
Block a user