mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
36 lines
476 B
Scheme
36 lines
476 B
Scheme
; inherits: cpp
|
|
|
|
[
|
|
"in"
|
|
"out"
|
|
"inout"
|
|
"uniform"
|
|
"shared"
|
|
"groupshared"
|
|
"discard"
|
|
"cbuffer"
|
|
"row_major"
|
|
"column_major"
|
|
"globallycoherent"
|
|
"centroid"
|
|
"noperspective"
|
|
"nointerpolation"
|
|
"sample"
|
|
"linear"
|
|
"snorm"
|
|
"unorm"
|
|
"point"
|
|
"line"
|
|
"triangleadj"
|
|
"lineadj"
|
|
"triangle"
|
|
] @type.qualifier
|
|
|
|
(
|
|
(identifier) @variable.builtin
|
|
(#lua-match? @variable.builtin "^SV_")
|
|
)
|
|
|
|
(hlsl_attribute) @attribute
|
|
(hlsl_attribute ["[" "]"] @attribute)
|