From f932a5ff7eed2409a60e383b94844e633815d3ae Mon Sep 17 00:00:00 2001 From: gdw2vs <167810313+gdw2vs@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:50:49 -0600 Subject: [PATCH] add missing conjure languges Attempting to match list here: https://github.com/Olical/conjure/blob/934687860a71d1d03e569ce11f880a4d404e69aa/fnl/conjure/config.fnl#L56 --- lua/astrocommunity/code-runner/conjure/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/astrocommunity/code-runner/conjure/init.lua b/lua/astrocommunity/code-runner/conjure/init.lua index b92d4670a..69f741721 100644 --- a/lua/astrocommunity/code-runner/conjure/init.lua +++ b/lua/astrocommunity/code-runner/conjure/init.lua @@ -1,4 +1,4 @@ return { "Olical/conjure", - ft = { "clojure", "janet", "fennel", "racket", "hy", "scheme", "guile", "julia", "lua", "lisp" }, + ft = { "clojure", "janet", "fennel", "racket", "hy", "scheme", "guile", "julia", "lua", "lisp", "rust", "sql", "python" }, }