syntax: update d2 grammar

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-21 12:25:48 +03:00
parent 23a3e4c52e
commit c414c1d302
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 3 deletions

View File

@ -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=";
};
};
};