We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6da71 commit dfb3a4fCopy full SHA for dfb3a4f
src/language.mapper.js
@@ -31,8 +31,8 @@ const languageMappings = {
31
plaintext: { ext: "txt", monaco: "plaintext" },
32
txt: { ext: "txt", monaco: "plaintext" },
33
dart: { ext: "dart", monaco: "dart" },
34
- elixir: { ext: "ex", monaco: "plaintext" },
35
- ex: { ext: "ex", monaco: "plaintext" },
+ elixir: { ext: "ex", monaco: "elixir" },
+ ex: { ext: "ex", monaco: "elixir" },
36
jsp: { ext: "jsp", monaco: "jsp" },
37
html: { ext: "html", monaco: "html" },
38
css: { ext: "css", monaco: "css" },
0 commit comments