forked from aniani/vim
patch 9.0.0402: javascript module files are not recoginzed
Problem: Javascript module files are not recoginzed. Solution: Recognize "*.jsm" files as Javascript. (Brett Holman, closes #11069)
This commit is contained in:
committed by
Bram Moolenaar
parent
bd01f476ea
commit
bb6c4073e7
@@ -703,6 +703,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
402,
|
||||
/**/
|
||||
401,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user