mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
fix typo in beancount parser
This commit is contained in:
parent
fb75f01941
commit
a38097256a
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ list.r = {
|
||||||
maintainers = { "@jimhester" },
|
maintainers = { "@jimhester" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.beancout = {
|
list.beancount = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/polarmutex/tree-sitter-beancount",
|
url = "https://github.com/polarmutex/tree-sitter-beancount",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue