diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-24 07:42:04 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-02-24 13:05:33 -0800 |
| commit | 5c511dd1244fc8eeccf8920a5a4754ae01da296e (patch) | |
| tree | 44a7929f9b7c006726dd79bdbdaa50887293c05c /lua | |
| parent | ci: bump release workflow (diff) | |
| download | nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar.gz nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar.bz2 nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar.lz nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar.xz nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.tar.zst nvim-treesitter-5c511dd1244fc8eeccf8920a5a4754ae01da296e.zip | |
feat(solidity): use maintained parser and update highlights accordingly
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4769c95f0..de31f4196 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
