Skip to content

Commit 4cdb0c7

Browse files
committed
fix typo: closure -> clojure
1 parent 4441728 commit 4cdb0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language.mapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const languageMappings = {
4242
bash: { ext: "bash", monaco: "shell" },
4343
apex: { ext: "cls", monaco: "apex" },
4444
cls: { ext: "cls", monaco: "apex" },
45-
closure: { ext: "clj", monaco: "clojure" },
45+
clojure: { ext: "clj", monaco: "clojure" },
4646
clj: { ext: "clj", monaco: "clojure" },
4747
libsonnet: { ext: "jsonnet", monaco: "jsonnet" },
4848
jsonnet: { ext: "jsonnet", monaco: "jsonnet" },

0 commit comments

Comments
 (0)