mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:8.2.4826: .cshtml files are not recognized (#18259)
Problem: .cshtml files are not recognized.
Solution: Use html filetype for .cshtml files. (Julien Voisin, closes vim/vim#10212)
1f435dafff
This commit is contained in:
@@ -258,6 +258,7 @@ let s:filename_checks = {
|
||||
\ 'rnoweb': ['file.rnw', 'file.snw'],
|
||||
\ 'rrst': ['file.rrst', 'file.srst'],
|
||||
\ 'template': ['file.tmpl'],
|
||||
\ 'html': ['file.html', 'file.htm', 'file.cshtml'],
|
||||
\ 'htmlm4': ['file.html.m4'],
|
||||
\ 'httest': ['file.htt', 'file.htb'],
|
||||
\ 'ibasic': ['file.iba', 'file.ibi'],
|
||||
|
Reference in New Issue
Block a user