mirror of
https://github.com/pomber/git-history.git
synced 2024-11-29 10:03:50 +03:00
Add $ to kotlin regex
This commit is contained in:
parent
56b467dec8
commit
c2caed5fd0
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user