mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -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"
|
"revision": "25c71d6a24cdba8f0c74ef40d4d2d93defd7e196"
|
||||||
},
|
},
|
||||||
"dot": {
|
"dot": {
|
||||||
"revision": "917230743aa10f45a408fea2ddb54bbbf5fbe7b7"
|
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
||||||
},
|
},
|
||||||
"eex": {
|
"eex": {
|
||||||
"revision": "f742f2fe327463335e8671a87c0b9b396905d1d1"
|
"revision": "f742f2fe327463335e8671a87c0b9b396905d1d1"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
(identifier) @type
|
(identifier) @type
|
||||||
(keyword) @keyword
|
|
||||||
|
[
|
||||||
|
"strict"
|
||||||
|
"graph"
|
||||||
|
"digraph"
|
||||||
|
"subgraph"
|
||||||
|
"node"
|
||||||
|
"edge"
|
||||||
|
] @keyword
|
||||||
|
|
||||||
(string_literal) @string
|
(string_literal) @string
|
||||||
(number_literal) @number
|
(number_literal) @number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue