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 #4569 from lkcampbell/fix_issue_4562
Browse files Browse the repository at this point in the history
Fix for issue #4562
  • Loading branch information
njx committed Jul 30, 2013
2 parents a8eeac4 + 1f9d3dd commit 271156e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,7 @@
"scala": {
"name": "Scala",
"mode": ["clike", "text/x-scala"],
"fileExtensions": ["scala"]
},

"sbt": {
"name": "SBT",
"mode": ["clike", "text/x-scala"],
"fileExtensions": ["sbt"]
"fileExtensions": ["scala", "sbt"]
},

"coffeescript": {
Expand Down

0 comments on commit 271156e

Please sign in to comment.