aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/hcl/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/hcl/highlights.scm b/queries/hcl/highlights.scm
index b53faf040..8ba0b22cf 100644
--- a/queries/hcl/highlights.scm
+++ b/queries/hcl/highlights.scm
@@ -71,10 +71,10 @@
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
-(identifier) @symbol
+(identifier) @variable
(block (identifier) @type)
(function_call (identifier) @function)
-(attribute (identifier) @keyword)
+(attribute (identifier) @field)
(ERROR) @error