1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 12:50:06 +08:00
SpaceVim/bundle/nvim-treesitter/queries/cuda/highlights.scm

14 lines
190 B
Scheme
Raw Normal View History

; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__host__"
"__device__"
"__global__"
"__forceinline__"
"__noinline__"
] @storageclass
"__launch_bounds__" @type.qualifier