Skip to content

Commit

Permalink
Merge pull request mathieucarbou#103 from christopherlakey/master
Browse files Browse the repository at this point in the history
Add support for Kotlin (.kt) files
  • Loading branch information
mathieucarbou authored Jun 29, 2016
2 parents 0e9c170 + 4bdc9ea commit 18aeb89
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 18aeb89

Please sign in to comment.