Skip to content

Commit

Permalink
fix(js): add .cjs file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed May 9, 2022
1 parent a77f2b9 commit 2839abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/grammars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"language": "javascript",
"scopeName": "source.js",
"extensions": [".js", ".es6", ".mjs"],
"extensions": [".js", ".es6", ".mjs", ".cjs"],
"grammar": "JavaScript.tmLanguage.json",
"embeddedLanguages": {
"meta.tag": "jsx-tags",
Expand Down

0 comments on commit 2839abc

Please sign in to comment.