diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-12-10 17:23:21 +0100 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-12-10 18:51:08 +0100 |
| commit | a5a268df27abf41ab15eb5db1a0f02a00b0ed957 (patch) | |
| tree | 57908da1986a9591c3618a251f5d5b9a9733a97e /lua | |
| parent | fix erlang parser installation (diff) | |
| download | nvim-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.lua | 2 |
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' }, } |
