Couple of days back i came to know about JavaScript code modules. Such files have an extension of .jsm and are not highlighted in Vim by default. Running the command set filetype=javascript everytime is not the best way to do things. So, now we just need to check if the file extension is .jsm and [...]