Skip to content

Commit

Permalink
fix(conjure): Add missing filetypes (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdw2vs authored Jul 8, 2024
1 parent 1349cda commit eb8e700
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 eb8e700

Please sign in to comment.