1
0
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:
Brett Holman
2022-09-07 14:13:31 +01:00
committed by Bram Moolenaar
parent bd01f476ea
commit bb6c4073e7
3 changed files with 4 additions and 2 deletions

View File

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