diff options
| author | rydesun <rydesun@gmail.com> | 2022-08-25 12:28:13 +0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-24 23:10:26 -0700 |
| commit | bc319bd0c2dba4ddfda7549042adeb6758b57c4a (patch) | |
| tree | cf705cfe488a296f58880804abbfa0b90a1d0180 /queries/dot | |
| parent | a59e6e0ef064b7a4c96f8f26c9e407d53f017211 (diff) | |
highlights(DOT): update keywords
Diffstat (limited to 'queries/dot')
| -rw-r--r-- | queries/dot/highlights.scm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/queries/dot/highlights.scm b/queries/dot/highlights.scm index 86bb9b30..f9c6ce7b 100644 --- a/queries/dot/highlights.scm +++ b/queries/dot/highlights.scm @@ -1,5 +1,14 @@ (identifier) @type -(keyword) @keyword + +[ + "strict" + "graph" + "digraph" + "subgraph" + "node" + "edge" +] @keyword + (string_literal) @string (number_literal) @number |
