mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
feat(beancount): support folding org headers (#3078)
requires beancount parser update Co-authored-by: Brian Ryall <brian@brianryall.xyz> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
08788c036a
commit
b8459df74d
3 changed files with 3 additions and 3 deletions
|
|
@ -820,7 +820,7 @@ list.r = {
|
|||
list.beancount = {
|
||||
install_info = {
|
||||
url = "https://github.com/polarmutex/tree-sitter-beancount",
|
||||
files = { "src/parser.c" },
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
branch = "master",
|
||||
},
|
||||
maintainers = { "@polarmutex" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue