syntax: update d2 grammar
This commit is contained in:
parent
23a3e4c52e
commit
c414c1d302
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@ let
|
|||
extraGrammars = {
|
||||
tree-sitter-d2 = {
|
||||
language = "d2";
|
||||
version = "2023-06-17";
|
||||
version = "2023-06-21";
|
||||
src = fetchFromGitea {
|
||||
domain = "git.pleshevski.ru";
|
||||
owner = "pleshevskiy";
|
||||
repo = "tree-sitter-d2";
|
||||
rev = "9828b023cddec65028805e76266a07a91345d77b";
|
||||
sha256 = "sha256-8bDFNvftuegTkvzbB7Pi7Wz/o30lYqftGcQqWOfSTmw=";
|
||||
rev = "8a9d50043d58eedf1e375b0e2059e43efd856902";
|
||||
sha256 = "sha256-ZhVjxo7Xi7DaHN3qabUcykflY74bUqPcOA410fA3zRk=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue