mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
add support for beancount files
This commit is contained in:
parent
0c12ff67fe
commit
fb75f01941
4 changed files with 41 additions and 0 deletions
|
|
@ -498,6 +498,15 @@ list.r = {
|
|||
maintainers = { "@jimhester" },
|
||||
}
|
||||
|
||||
list.beancout = {
|
||||
install_info = {
|
||||
url = "https://github.com/polarmutex/tree-sitter-beancount",
|
||||
files = { "src/parser.c" },
|
||||
branch = "master",
|
||||
},
|
||||
maintainers = { "@polarmutex" }
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue