comparison src/testdir/test_filetype.vim @ 28604:9c70f7df6d61 v8.2.4826

patch 8.2.4826: .cshtml files are not recognized Commit: https://github.com/vim/vim/commit/1f435dafff2452e0b55d1ca457ce7402e526e92a Author: jvoisin <julien.voisin@dustri.org> Date: Mon Apr 25 17:40:56 2022 +0100 patch 8.2.4826: .cshtml files are not recognized Problem: .cshtml files are not recognized. Solution: Use html filetype for .cshtml files. (Julien Voisin, closes https://github.com/vim/vim/issues/10212)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 18:45:04 +0200
parents 48712267f57b
children be4410fa2bac
comparison
equal deleted inserted replaced
28603:d258003fceed 28604:9c70f7df6d61
256 \ 'rhelp': ['file.rd'], 256 \ 'rhelp': ['file.rd'],
257 \ 'rmd': ['file.rmd', 'file.smd'], 257 \ 'rmd': ['file.rmd', 'file.smd'],
258 \ 'rnoweb': ['file.rnw', 'file.snw'], 258 \ 'rnoweb': ['file.rnw', 'file.snw'],
259 \ 'rrst': ['file.rrst', 'file.srst'], 259 \ 'rrst': ['file.rrst', 'file.srst'],
260 \ 'template': ['file.tmpl'], 260 \ 'template': ['file.tmpl'],
261 \ 'html': ['file.html', 'file.htm', 'file.cshtml'],
261 \ 'htmlm4': ['file.html.m4'], 262 \ 'htmlm4': ['file.html.m4'],
262 \ 'httest': ['file.htt', 'file.htb'], 263 \ 'httest': ['file.htt', 'file.htb'],
263 \ 'ibasic': ['file.iba', 'file.ibi'], 264 \ 'ibasic': ['file.iba', 'file.ibi'],
264 \ 'icemenu': ['/.icewm/menu', 'any/.icewm/menu'], 265 \ 'icemenu': ['/.icewm/menu', 'any/.icewm/menu'],
265 \ 'icon': ['file.icn'], 266 \ 'icon': ['file.icn'],