From 722774b1a68040a4819e04bbfabd2802300bc3da 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 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lua/astrocommunity/code-runner/conjure/init.lua b/lua/astrocommunity/code-runner/conjure/init.lua index b92d4670a..fe545c3be 100644 --- a/lua/astrocommunity/code-runner/conjure/init.lua +++ b/lua/astrocommunity/code-runner/conjure/init.lua @@ -1,4 +1,18 @@ 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", + }, }