summaryrefslogtreecommitdiff
path: root/queries/hcl
diff options
context:
space:
mode:
authormhoffm <mhoffm@posteo.de>2021-07-01 08:43:42 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-02 01:56:25 +0200
commita40bce5e3633d7fe10be9dd7545e37d4f3a81bf6 (patch)
tree9effd22ec0928062d7477ff247bd114e00912ab5 /queries/hcl
parent1914317ae7075b35fd19c6f135ad1cc1ae0863ab (diff)
work on queries; fix macos build
Diffstat (limited to 'queries/hcl')
-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 b53faf04..8ba0b22c 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