Adding mjs to JavaScript file type (#607)
MJS is a file extension for JavaScript modules using standard ES2015+
This commit is contained in:
parent
ad462b4322
commit
fdd6530df7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ indent = { tab-width = 4, unit = "\t" }
|
|||
name = "javascript"
|
||||
scope = "source.js"
|
||||
injection-regex = "^(js|javascript)$"
|
||||
file-types = ["js"]
|
||||
file-types = ["js", "mjs"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
# TODO: highlights-jsx, highlights-params
|
||||
|
|
Loading…
Reference in a new issue