mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
12 lines
160 B
Scheme
12 lines
160 B
Scheme
; inherits: cpp
|
|
|
|
[ "<<<" ">>>" ] @punctuation.bracket
|
|
|
|
[
|
|
"__local__"
|
|
"__shared__"
|
|
"__global__"
|
|
"__host__"
|
|
"__device__"
|
|
"__forceinline__"
|
|
] @keyword
|