diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-07-01 11:23:05 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-18 22:23:55 +0200 |
| commit | 515b2f6e2f4f9eafee8bb50310a156ec65f1b543 (patch) | |
| tree | 2d247baecda23b309739d0cff16c0db8df2a6cee | |
| parent | feat(markdown): conceal backslash in escapes (diff) | |
| download | nvim-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
