Add $ to kotlin regex

This commit is contained in:
Shalom Yerushalmy 2019-02-07 10:23:47 +02:00
parent 56b467dec8
commit c2caed5fd0

View File

@ -27,7 +27,7 @@ const filenameRegex = [
{ lang: "handlebars", regex: /\.hbs$/i },
{ lang: "haskell", regex: /\.hs$/i },
{ lang: "java", regex: /\.java$/i },
{ lang: "kotlin", regex: /\.kt/i },
{ lang: "kotlin", regex: /\.kt$/i },
{ lang: "lua", regex: /\.lua$/i },
{ lang: "markdown", regex: /\.md$/i },
{ lang: "msdax", regex: /\.msdax$/i },