comparison src/testdir/test_filetype.vim @ 19263:06d9be5c0107 v8.2.0190

patch 8.2.0190: Kotlin files are not recognized Commit: https://github.com/vim/vim/commit/ab067a21b9622513ed75f4801b001606eeaf2474 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 31 22:57:59 2020 +0100 patch 8.2.0190: Kotlin files are not recognized Problem: Kotlin files are not recognized. Solution: Detect Kotlin files. (Alkeryn, closes https://github.com/vim/vim/issues/5560)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 23:00:09 +0100
parents 861b1cc1a8a2
children 67fbe280a502
comparison
equal deleted inserted replaced
19262:1817ea8fe53f 19263:06d9be5c0107
232 \ 'json': ['file.json', 'file.jsonp', 'file.webmanifest', 'Pipfile.lock'], 232 \ 'json': ['file.json', 'file.jsonp', 'file.webmanifest', 'Pipfile.lock'],
233 \ 'jsp': ['file.jsp'], 233 \ 'jsp': ['file.jsp'],
234 \ 'kconfig': ['Kconfig', 'Kconfig.debug'], 234 \ 'kconfig': ['Kconfig', 'Kconfig.debug'],
235 \ 'kivy': ['file.kv'], 235 \ 'kivy': ['file.kv'],
236 \ 'kix': ['file.kix'], 236 \ 'kix': ['file.kix'],
237 \ 'kotlin': ['file.kt', 'file.ktm', 'file.kts'],
237 \ 'kscript': ['file.ks'], 238 \ 'kscript': ['file.ks'],
238 \ 'kwt': ['file.k'], 239 \ 'kwt': ['file.k'],
239 \ 'lace': ['file.ace', 'file.ACE'], 240 \ 'lace': ['file.ace', 'file.ACE'],
240 \ 'latte': ['file.latte', 'file.lte'], 241 \ 'latte': ['file.latte', 'file.lte'],
241 \ 'ld': ['file.ld'], 242 \ 'ld': ['file.ld'],