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