summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-08-27 00:44:14 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-09-10 13:03:14 -0700
commitf53a5a6471994693e7e550b29627ca73d91e0536 (patch)
tree26e8504675c6c1d7f46baa7141d774a3751463ec
parent3f6845d938d957a54c39c8d19969f6acc705b117 (diff)
highlights(hlsl): add more reserved modifiers
-rw-r--r--queries/hlsl/highlights.scm13
1 files changed, 12 insertions, 1 deletions
diff --git a/queries/hlsl/highlights.scm b/queries/hlsl/highlights.scm
index fb8d32f6..b93a90da 100644
--- a/queries/hlsl/highlights.scm
+++ b/queries/hlsl/highlights.scm
@@ -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
(