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 | 41ddc39f86ec926cdf5d5768b42671ed11710866 (diff) | |
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 a2095cfa..685e049f 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' }, } |
