Skip to content

Commit

Permalink
feat: add pyodide and webr extensions and sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Aug 13, 2024
1 parent 1cbf72d commit 54914ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lua/otter/tools/extensions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ return {
c = "c",
clojure = "clj",
cpp = "cpp",
css = "css",
csharp = "cs",
css = "css",
dot = "dot",
elixir = "ex",
fsharp = "fs",
go = "go",
haskell = "hs",
html = "html",
htmldjango = "htmldjango",
html = "html",
javascript = "js",
json = "json",
julia = "jl",
Expand All @@ -23,18 +23,20 @@ return {
ocaml = "ml",
ojs = "js",
php = "php",
pyodide = "py",
python = "py",
r = "R",
roc = "roc",
r = "R",
ruby = "rb",
rust = "rs",
sh = "sh",
sql = "sql",
svelte = "svelte",
typescript = "ts",
typst = "typ",
vim = "vim",
webc = "webc",
webr = "R",
yaml = "yml",
zig = "zig",
vim = "vim",
}

0 comments on commit 54914ff

Please sign in to comment.