mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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"
|
||||
"discard"
|
||||
"cbuffer"
|
||||
"nointerpolation"
|
||||
"row_major"
|
||||
"column_major"
|
||||
"globallycoherent"
|
||||
"centroid"
|
||||
"noperspective"
|
||||
"nointerpolation"
|
||||
"sample"
|
||||
"linear"
|
||||
"snorm"
|
||||
"unorm"
|
||||
"point"
|
||||
"line"
|
||||
"triangleadj"
|
||||
"lineadj"
|
||||
"triangle"
|
||||
] @keyword
|
||||
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue