Add support for .mjs files

This commit is contained in:
blankie 2023-10-16 17:42:19 +11:00
parent 1aa64a86cf
commit f83be0e1d7
No known key found for this signature in database
GPG key ID: CC15FC822C7F61F5
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
### all *js files ( e.g. Firefox user.js, prefs.js )
### all *js and *mjs files ( e.g. Firefox user.js, prefs.js )
## Old version
@ -12,7 +12,7 @@
## New updated taken from http://wiki.linuxhelp.net/index.php/Nano_Syntax_Highlighting
syntax "JavaScript" "\.(js)$"
syntax "JavaScript" "\.(m?js)$"
header "^#!.*\/(env +)node"
comment "//"