aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-07-01 11:23:05 +0200
committerChristian Clason <ch.clason+github@icloud.com>2026-07-18 22:23:55 +0200
commit515b2f6e2f4f9eafee8bb50310a156ec65f1b543 (patch)
tree2d247baecda23b309739d0cff16c0db8df2a6cee
parentfeat(markdown): conceal backslash in escapes (diff)
downloadnvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar.gz
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar.bz2
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar.lz
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar.xz
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.tar.zst
nvim-treesitter-515b2f6e2f4f9eafee8bb50310a156ec65f1b543.zip
ci(emmylua): pin emmyluals at v0.22.0
Later versions trigger spurious warnings in the async wrappers.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e22e2e6ab..d00b80cc0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
NVIM_VERSION ?= nightly
+EMMYLUA_VERSION ?= 0.22.0
DEPDIR ?= .test-deps
CURL ?= curl -sL --create-dirs
@@ -36,7 +37,7 @@ $(NVIM):
EMMYLUALS := $(DEPDIR)/emmylua_check-$(LUALS_ARCH)
EMMYLUALS_TARBALL := $(EMMYLUALS).tar.gz
-EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/latest/download/$(notdir $(EMMYLUALS_TARBALL))
+EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/download/$(EMMYLUA_VERSION)/$(notdir $(EMMYLUALS_TARBALL))
.PHONY: emmyluals
emmyluals: $(EMMYLUALS)