From cf794d4934674b3668a8824349f9020c4fd1512d Mon Sep 17 00:00:00 2001 From: XeroOl Date: Fri, 23 Feb 2024 23:52:45 -0600 Subject: [PATCH] Flag that fennel-ls supports 1.4.2 --- src/fennel-ls/compiler.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fennel-ls/compiler.fnl b/src/fennel-ls/compiler.fnl index f80f2e5..d2f1676 100644 --- a/src/fennel-ls/compiler.fnl +++ b/src/fennel-ls/compiler.fnl @@ -279,7 +279,7 @@ identifiers are declared / referenced in which places." (let [macro-file? (= (file.text:sub 1 24) ";; fennel-ls: macro-file") plugin {:name "fennel-ls" - :versions ["1.4.1" "1.5.0"] + :versions ["1.4.1" "1.4.2" "1.5.0"] : symbol-to-expression : call : destructure