Add highlights query for Solidity

This commit is contained in:
YongJieYongJie 2022-03-10 19:14:49 +08:00 committed by Stephan Seitz
parent 90785a2f1c
commit a180859eea
3 changed files with 375 additions and 0 deletions

View file

@ -959,6 +959,15 @@ list.lalrpop = {
maintainers = { "@traxys" },
}
list.solidity = {
install_info = {
url = "https://github.com/YongJieYongJie/tree-sitter-solidity",
branch = "with-generated-c-code",
files = { "src/parser.c" },
},
maintainers = { "@YongJieYongJie" },
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,