Skip to content

Commit

Permalink
fix #7222 by using the right codemirror mode
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jun 11, 2018
1 parent 3e0a537 commit 2f3c212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected HashMap<String, Serializable> doLanguageInfo(HashMap<String, Serializa
languageInfo.put("version", VERSION);
languageInfo.put("mimetype", "");
languageInfo.put("file_extension", ".kt");
languageInfo.put("codemirror_mode", "kt");
languageInfo.put("codemirror_mode", "kotlin");
languageInfo.put("nbconverter_exporter", "");
return languageInfo;
}
Expand Down

0 comments on commit 2f3c212

Please sign in to comment.