diff options
Diffstat (limited to 'queries/dot')
| -rw-r--r-- | queries/dot/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/dot/highlights.scm b/queries/dot/highlights.scm index 6916d3721..f204ce44c 100644 --- a/queries/dot/highlights.scm +++ b/queries/dot/highlights.scm @@ -33,12 +33,12 @@ (subgraph id: (id - (identifier) @namespace) + (identifier) @module) ) (attribute name: (id - (identifier) @field) + (identifier) @variable.member) ) (attribute @@ -48,6 +48,6 @@ (comment) @comment -(preproc) @preproc +(preproc) @keyword.directive (comment) @spell |
