mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(solidity): use maintained parser and update highlights accordingly
This commit is contained in:
parent
b401b7423d
commit
5c511dd124
5 changed files with 138 additions and 98 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue