mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
18 lines
154 B
Scheme
18 lines
154 B
Scheme
; inherits: c
|
|
|
|
[
|
|
"task"
|
|
"sub"
|
|
] @keyword.function
|
|
|
|
[
|
|
"until"
|
|
] @repeat
|
|
|
|
[
|
|
"acquire"
|
|
"monitor"
|
|
"catch"
|
|
"start"
|
|
"stop"
|
|
] @keyword.coroutine
|