diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-07 16:28:07 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | 1f9ca9664b140b19b65af9ce710db697100fe887 (patch) | |
| tree | f79256487c3cedad65ca24f7c892690ade082b26 /lua/nvim-treesitter | |
| parent | a2f524887ca6d6a62c96b5bf5f6df78fb010d493 (diff) | |
Update parsers
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2c602217..311da863 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -49,7 +49,8 @@ list.c = { list.clojure = { install_info = { url = "https://github.com/sogaiu/tree-sitter-clojure", - files = { "src/parser.c" } + files = { "src/parser.c" }, + branch = "upgrade-to-ts-0.19.x" }, maintainers = {"@sogaiu"}, } |
