aboutsummaryrefslogtreecommitdiffstats
path: root/queries/devicetree
diff options
context:
space:
mode:
Diffstat (limited to 'queries/devicetree')
-rw-r--r--queries/devicetree/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/devicetree/highlights.scm b/queries/devicetree/highlights.scm
index a7504260a..6236189bf 100644
--- a/queries/devicetree/highlights.scm
+++ b/queries/devicetree/highlights.scm
@@ -3,7 +3,7 @@
[
(preproc_include)
(dtsi_include)
-] @include
+] @keyword.import
(preproc_def) @constant.macro
(preproc_function_def) @function.macro
@@ -22,7 +22,7 @@
(integer_literal) @number
(identifier) @variable
-(node (identifier) @namespace)
+(node (identifier) @module)
(property (identifier) @property)
(labeled_item (identifier) @label)
(call_expression (identifier) @function.macro)