mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Add ledger parser, folds and highlights queries
This commit is contained in:
parent
32e39094b9
commit
459173e5c7
5 changed files with 31 additions and 0 deletions
|
|
@ -71,6 +71,14 @@ list.rust = {
|
|||
maintainers = {"@vigoux"},
|
||||
}
|
||||
|
||||
list.ledger = {
|
||||
install_info = {
|
||||
url = "https://github.com/cbarrete/tree-sitter-ledger",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
maintainers = {"@cbarrete"},
|
||||
}
|
||||
|
||||
list.lua = {
|
||||
install_info = {
|
||||
url = "https://github.com/nvim-treesitter/tree-sitter-lua",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue