Merge pull request #140 from jstrachan/detect-kotlin-language

Added detection for the Kotlin language
This commit is contained in:
Joshua Peek
2012-03-28 09:21:19 -07:00
2 changed files with 55 additions and 0 deletions

View File

@@ -594,6 +594,14 @@ JavaScript:
filenames:
- Jakefile
Kotlin:
type: programming
lexer: Kotlin
extensions:
- .kt
- .ktm
- .kts
LLVM:
extensions:
- .ll