mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
highlights(DOT): update keywords
This commit is contained in:
parent
a59e6e0ef0
commit
bc319bd0c2
2 changed files with 11 additions and 2 deletions
|
|
@ -57,7 +57,7 @@
|
|||
"revision": "25c71d6a24cdba8f0c74ef40d4d2d93defd7e196"
|
||||
},
|
||||
"dot": {
|
||||
"revision": "917230743aa10f45a408fea2ddb54bbbf5fbe7b7"
|
||||
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
||||
},
|
||||
"eex": {
|
||||
"revision": "f742f2fe327463335e8671a87c0b9b396905d1d1"
|
||||
|
|
|
|||
|
|
@ -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