Skip to content

Commit

Permalink
Merge pull request jashkenas#295 from arthuredelstein/master
Browse files Browse the repository at this point in the history
Add .jsm suffix for Mozilla JavaScript modules
  • Loading branch information
keithamus committed Jul 28, 2014
2 parents 4d6d9a1 + 8e5f8cf commit 80c6d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/languages.json
Expand Up @@ -25,6 +25,7 @@
".hs": {"name": "haskell", "symbol": "--"},
".ini": {"name": "ini", "symbol": ";"},
".js": {"name": "javascript", "symbol": "//"},
".jsm": {"name": "javascript", "symbol": "//"},
".jsx": {"name": "javascript", "symbol": "//"},
".java": {"name": "java", "symbol": "//"},
".latex": {"name": "tex", "symbol": "%"},
Expand Down

0 comments on commit 80c6d61

Please sign in to comment.