mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
highlights(DOT): update keywords
This commit is contained in:
parent
a59e6e0ef0
commit
bc319bd0c2
2 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
|||
(identifier) @type
|
||||
(keyword) @keyword
|
||||
|
||||
[
|
||||
"strict"
|
||||
"graph"
|
||||
"digraph"
|
||||
"subgraph"
|
||||
"node"
|
||||
"edge"
|
||||
] @keyword
|
||||
|
||||
(string_literal) @string
|
||||
(number_literal) @number
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue