summaryrefslogtreecommitdiff
path: root/queries
diff options
context:
space:
mode:
authorKonrad Bochnia <kbochnia@gmail.com>2022-04-11 19:14:19 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-04-11 23:16:19 +0200
commitcc83e23a2abacd670d9cf1c033e9c91774a46c96 (patch)
tree93160beb78c59bc1d57a4d88679ec504d3c502b5 /queries
parent1a58c71b73bdd0a0b71ad3738555b11e21c60dc6 (diff)
fix: remove ftdetect, Fix `struct` highlight for wgsl
Diffstat (limited to 'queries')
-rw-r--r--queries/wgsl/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/wgsl/highlights.scm b/queries/wgsl/highlights.scm
index 9f9696e1..f8ca7b65 100644
--- a/queries/wgsl/highlights.scm
+++ b/queries/wgsl/highlights.scm
@@ -12,7 +12,7 @@
(variable_identifier_declaration (identifier) @parameter))
(struct_declaration
- (identifier) @structure)
+ (identifier) @type)
(struct_declaration
(struct_member (variable_identifier_declaration (identifier) @field)))