Merge pull request #1048 from DMClVG/patch-1

Add .cjs and .mjs for js syntax highlighting
This commit is contained in:
Jefferson González 2022-06-20 10:22:07 -04:00 committed by GitHub
commit 1f4f2e52db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local syntax = require "core.syntax"
syntax.add {
name = "JavaScript",
files = { "%.js$", "%.json$", "%.cson$" },
files = { "%.js$", "%.json$", "%.cson$", "%.mjs$", "%.cjs$" },
comment = "//",
block_comment = { "/*", "*/" },
patterns = {