Adding mjs to JavaScript file type (#607)

MJS is a file extension for JavaScript modules using standard ES2015+
imgbot
Yerlan 3 years ago committed by GitHub
parent ad462b4322
commit fdd6530df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save