Add rainbows for Koto (#14469)

This commit is contained in:
Ian Hobson
2025-09-18 16:12:32 +02:00
committed by GitHub
parent dbb472d4c4
commit 0ae37dc52b
4 changed files with 14 additions and 3 deletions

View File

@@ -105,7 +105,7 @@
start: (identifier) @function)
(chain
lookup: (identifier) @variable.other.member)
(lookup (identifier)) @variable.other.member)
(call
function: (identifier)) @function

View File

@@ -0,0 +1,11 @@
[
(args)
(call_args)
(index)
(list)
(map)
(parenthesized)
(tuple)
] @rainbow.scope
["(" ")" "[" "]" "{" "}"] @rainbow.bracket