Associate extensions with language
This commit is contained in:
parent
404b1aa65a
commit
d6ca0a1f24
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "JavaScript"
|
||||
path_suffixes = ["js", "jsx", "mjs"]
|
||||
path_suffixes = ["js", "jsx", "mjs", "cjs"]
|
||||
first_line_pattern = '^#!.*\bnode\b'
|
||||
line_comment = "// "
|
||||
autoclose_before = ";:.,=}])>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue