mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
16 lines
200 B
Scheme
16 lines
200 B
Scheme
; inherits: cpp
|
|
|
|
[
|
|
"<<<"
|
|
">>>"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
"__host__"
|
|
"__device__"
|
|
"__global__"
|
|
"__forceinline__"
|
|
"__noinline__"
|
|
] @keyword.modifier
|
|
|
|
"__launch_bounds__" @keyword.modifier
|