mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(hlsl): add more reserved modifiers
This commit is contained in:
parent
3f6845d938
commit
f53a5a6471
1 changed files with 12 additions and 1 deletions
|
|
@ -9,10 +9,21 @@
|
||||||
"groupshared"
|
"groupshared"
|
||||||
"discard"
|
"discard"
|
||||||
"cbuffer"
|
"cbuffer"
|
||||||
"nointerpolation"
|
|
||||||
"row_major"
|
"row_major"
|
||||||
"column_major"
|
"column_major"
|
||||||
"globallycoherent"
|
"globallycoherent"
|
||||||
|
"centroid"
|
||||||
|
"noperspective"
|
||||||
|
"nointerpolation"
|
||||||
|
"sample"
|
||||||
|
"linear"
|
||||||
|
"snorm"
|
||||||
|
"unorm"
|
||||||
|
"point"
|
||||||
|
"line"
|
||||||
|
"triangleadj"
|
||||||
|
"lineadj"
|
||||||
|
"triangle"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue