Skip to content

Commit

Permalink
feat: add webc + sort alphabetically (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyriab committed May 9, 2024
1 parent 8198492 commit 0504278
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lua/otter/tools/extensions.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
return {
asm = "asm",
bash = "sh",
c = "c",
clojure = "clj",
cpp = "cpp",
css = "css",
csharp = "cs",
dot = "dot",
elixir = "ex",
fsharp = "fs",
go = "go",
haskell = "hs",
html = "html",
Expand All @@ -14,26 +18,22 @@ return {
julia = "jl",
lua = "lua",
markdown = "md",
nim = "nim",
nix = "nix",
ocaml = "ml",
ojs = "js",
php = "php",
python = "py",
r = "R",
roc = "roc",
ruby = "rb",
rust = "rs",
sh = "sh",
sql = "sql",
svelte = "svelte",
typescript = "ts",
typst = "typ",
webc = "webc",
yaml = "yml",
clojure = "clj",
asm = "asm",
fsharp="fs",
csharp="cs",
roc="roc",
ocaml="ml",
nim="nim",
zig="zig",
svelte="svelte"

zig = "zig",
}

0 comments on commit 0504278

Please sign in to comment.