mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
Add highlights query for Solidity
This commit is contained in:
parent
90785a2f1c
commit
a180859eea
3 changed files with 375 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue