summaryrefslogtreecommitdiff
path: root/queries/hcl
diff options
context:
space:
mode:
authormhoffm <mhoffm@posteo.de>2021-06-28 20:15:23 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-02 01:56:25 +0200
commit590898bbb763be8b89944a33482d2a4d47a95497 (patch)
treedd969b66a4d6ced6da6567d2526e4c31bc65e19a /queries/hcl
parentd6758b267367046d950860b568dba8dfc692049a (diff)
fix highlights.scm
Diffstat (limited to 'queries/hcl')
-rw-r--r--queries/hcl/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/hcl/highlights.scm b/queries/hcl/highlights.scm
index e4fb66fb..2e0929fc 100644
--- a/queries/hcl/highlights.scm
+++ b/queries/hcl/highlights.scm
@@ -68,6 +68,6 @@
(block (identifier) @namespace)
(function_call (identifier) @function)
(function_call (function_arguments) @parameter)
-(attribute (identifier) @definition.var)
+(attribute (identifier) @symbol)
(ERROR) @error