aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-12-10 17:23:21 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2020-12-10 18:51:08 +0100
commita5a268df27abf41ab15eb5db1a0f02a00b0ed957 (patch)
tree57908da1986a9591c3618a251f5d5b9a9733a97e /lua
parentfix erlang parser installation (diff)
downloadnvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar.gz
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar.bz2
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar.lz
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar.xz
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.tar.zst
nvim-treesitter-a5a268df27abf41ab15eb5db1a0f02a00b0ed957.zip
Pin Erlang parser
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index a2095cfa3..685e049f4 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -180,7 +180,7 @@ list.erlang = {
install_info = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
files = { "src/parser.c" },
- branch = "main"
+ branch = "main",
},
maintainers = { '@ostera' },
}