aboutsummaryrefslogtreecommitdiffstats
path: root/queries/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'queries/puppet')
-rw-r--r--queries/puppet/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/puppet/highlights.scm b/queries/puppet/highlights.scm
index 8e99f1268..cebb15e74 100644
--- a/queries/puppet/highlights.scm
+++ b/queries/puppet/highlights.scm
@@ -36,14 +36,14 @@
(default_case
"default" @keyword.conditional)
-; Properties
+; Attributes
(attribute
- name: (identifier) @property)
+ name: (identifier) @attribute)
(attribute
name:
(variable
- (identifier) @property))
+ (identifier) @attribute))
; Parameters
(lambda