forked from aniani/vim
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype
Problem: .clangd and .stylelintrc files don't get a filetype.
Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark
Skelton, closes #11916)
This commit is contained in:
committed by
Bram Moolenaar
parent
d6e4c75af2
commit
9c51798a1f
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1268,
|
||||
/**/
|
||||
1267,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user