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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2041,
|
||||
/**/
|
||||
2040,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user