1
0
forked from aniani/vim

patch 8.2.3085: JSONC files are not recognized

Problem:    JSONC files are not recognized.
Solution:   Recognize .jsonc files. (Izhak Jakov, closes #8500)
This commit is contained in:
Izhak Jakov
2021-07-03 13:09:37 +02:00
committed by Bram Moolenaar
parent a26f56f675
commit acbb4b5720
3 changed files with 6 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3085,
/**/
3084,
/**/