From a38097256aa4fd83dc38a3c44420ba368132c025 Mon Sep 17 00:00:00 2001 From: Brian Ryall Date: Sun, 21 Mar 2021 13:30:10 -0400 Subject: [PATCH] fix typo in beancount parser --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d98daaee6..5b2e75bc8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -498,7 +498,7 @@ list.r = { maintainers = { "@jimhester" }, } -list.beancout = { +list.beancount = { install_info = { url = "https://github.com/polarmutex/tree-sitter-beancount", files = { "src/parser.c" },