From 82df3b768587e2839db849e6eed2db518a728778 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Mon, 9 Jan 2017 18:54:10 +0000 Subject: [PATCH] add Kotlin type: "*.kt", "*.kts" https://en.wikipedia.org/wiki/Kotlin_(programming_language) https://github.com/udalov/kotlin-vim/blob/master/ftdetect/kotlin.vim --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 00cf515..dfcf5cf 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -141,6 +141,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ]), ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), + ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), ("lua", &["*.lua"]),