Skip to content

Commit

Permalink
add missing conjure languges
Browse files Browse the repository at this point in the history
  • Loading branch information
gdw2vs authored and mehalter committed Jul 8, 2024
1 parent fd7d0de commit 722774b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion lua/astrocommunity/code-runner/conjure/init.lua
Original file line number Diff line number Diff line change
@@ -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",
},
}

0 comments on commit 722774b

Please sign in to comment.