Skip to content

Commit

Permalink
Add support for Kotlin (.kt) files
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlakey committed Jun 13, 2016
1 parent 0e9c170 commit 4bdc9ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public enum DocumentType {
JSP("jsp", HeaderType.DYNASCRIPT_STYLE),
JSPX("jspx", HeaderType.XML_STYLE),
KML("kml", HeaderType.XML_STYLE),
KOTLIN("kt", HeaderType.JAVADOC_STYLE),
LISP("el", HeaderType.EXCLAMATION3_STYLE),
LUA("lua", HeaderType.LUA),
MUSTACHE("mustache", HeaderType.MUSTACHE_STYLE),
Expand Down

0 comments on commit 4bdc9ea

Please sign in to comment.