mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
add hocon
This commit is contained in:
parent
f3e554ed7b
commit
317f5c7471
3 changed files with 47 additions and 0 deletions
|
|
@ -802,6 +802,15 @@ list.hjson = {
|
|||
maintainers = { "@winston0410" },
|
||||
}
|
||||
|
||||
list.hocon = {
|
||||
install_info = {
|
||||
url = "https://github.com/antosha417/tree-sitter-hocon",
|
||||
files = { "src/parser.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@antosha417" },
|
||||
}
|
||||
|
||||
list.llvm = {
|
||||
install_info = {
|
||||
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue