mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Add support for .mjs files
This commit is contained in:
parent
1aa64a86cf
commit
f83be0e1d7
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
syntax "JavaScript" "\.(js|ts)$"
|
||||
syntax "JavaScript" "\.(m?js|ts)$"
|
||||
comment "//"
|
||||
color blue "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
|
||||
color blue "\<[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue