Skip to content

Commit 5a3242b

Browse files
authored
Merge pull request #19 from opengrep/testing-elixir
playground version for testing elixir
2 parents 2fb5255 + f0fef2f commit 5a3242b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/language.mapper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const languageMappings = {
3131
plaintext: { ext: "txt", monaco: "plaintext" },
3232
txt: { ext: "txt", monaco: "plaintext" },
3333
dart: { ext: "dart", monaco: "dart" },
34-
elixir: { ext: "ex", monaco: "plaintext" },
35-
ex: { ext: "ex", monaco: "plaintext" },
34+
elixir: { ext: "ex", monaco: "elixir" },
35+
ex: { ext: "ex", monaco: "elixir" },
3636
jsp: { ext: "jsp", monaco: "jsp" },
3737
html: { ext: "html", monaco: "html" },
3838
css: { ext: "css", monaco: "css" },

0 commit comments

Comments
 (0)