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 Jun 20, 2024
1 parent fd7d0de commit f932a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/code-runner/conjure/init.lua
Original file line number Diff line number Diff line change
@@ -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" },
}

0 comments on commit f932a5f

Please sign in to comment.