1
0
forked from aniani/vim

patch 8.2.2041: haskell filetype not optimally recognized

Problem:    Haskell filetype not optimally recognized.
Solution:   Recognize all *.hsc files as Haskell. (Marcin Szamotulski,
            closes #7354)
This commit is contained in:
Bram Moolenaar
2020-11-24 20:13:26 +01:00
parent c9f8b849b6
commit a09bee322e
3 changed files with 5 additions and 9 deletions

View File

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