feat(solidity): use maintained parser and update highlights accordingly

This commit is contained in:
Amaan Qureshi 2023-02-24 07:42:04 -05:00 committed by Stephan Seitz
parent b401b7423d
commit 5c511dd124
5 changed files with 138 additions and 98 deletions

View file

@ -1235,11 +1235,11 @@ list.smithy = {
list.solidity = {
install_info = {
url = "https://github.com/YongJieYongJie/tree-sitter-solidity",
branch = "with-generated-c-code",
url = "https://github.com/JoranHonig/tree-sitter-solidity",
branch = "master",
files = { "src/parser.c" },
},
maintainers = { "@YongJieYongJie" },
maintainers = { "@amaanq" },
}
list.sparql = {