Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7050 from fyockm/master
Browse files Browse the repository at this point in the history
add support for streamlinejs file extensions
  • Loading branch information
bchintx committed Mar 20, 2014
2 parents e7f4758 + f0d28f1 commit 4c18488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"javascript": {
"name": "JavaScript",
"mode": "javascript",
"fileExtensions": ["js", "jsx", "js.erb", "jsm"],
"fileExtensions": ["js", "jsx", "js.erb", "jsm", "_js"],
"blockComment": ["/*", "*/"],
"lineComment": ["//"]
},
Expand Down Expand Up @@ -144,7 +144,7 @@
"coffeescript": {
"name": "CoffeeScript",
"mode": "coffeescript",
"fileExtensions": ["coffee", "cf", "cson"],
"fileExtensions": ["coffee", "cf", "cson", "_coffee"],
"fileNames": ["Cakefile"]
},

Expand Down

0 comments on commit 4c18488

Please sign in to comment.