1
0
forked from aniani/vim

patch 9.1.1010: filetype: VisualCode setting file not recognized

Problem:  filetype: VisualCode setting file not recognized
Solution: detect json files in VSCode config directory as jsonc filetype
          (Konfekt)

closes: #16400

Signed-off-by: Konfekt <Konfekt@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Konfekt
2025-01-12 20:02:04 +01:00
committed by Christian Brabandt
parent 7c7a4e6d1a
commit c200f53cbb
3 changed files with 5 additions and 1 deletions

View File

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