1
0
forked from aniani/vim

patch 9.1.1045: filetype: N-Tripels and TriG files are not recognized

Problem:  filetype: N-Tripels and TriG files are not recognized
Solution: detect '*.nt' files as ntriples filetype and '*.trig' files
          as trig filetype (Gordian Dziwis)

closes: #16493

Signed-off-by: Gordian Dziwis <gordian@dziw.is>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Gordian Dziwis
2025-01-21 22:24:23 +01:00
committed by Christian Brabandt
parent d9a1f267ba
commit c04334c33f
3 changed files with 11 additions and 1 deletions

View File

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