aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua1
2 files changed, 1 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 5a5d34b41..1dba93147 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -9,7 +9,7 @@
"revision": "70fd2cba742506903589b5e046c32e0e3e06404a"
},
"clojure": {
- "revision": "f09652f095be878df8a87a57dcbfa07094316253"
+ "revision": "61139f828d5be2155f3dce7be9aad1151e01b103"
},
"comment": {
"revision": "6b0dbd56284023617c3ea755624e55d0254f813a"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 051678619..0e369395f 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -50,7 +50,6 @@ list.clojure = {
install_info = {
url = "https://github.com/sogaiu/tree-sitter-clojure",
files = { "src/parser.c" },
- branch = "upgrade-to-ts-0.19.x"
},
maintainers = {"@sogaiu"},
}