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