Skip to content

Commit

Permalink
Add ".cson" to languages
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Mar 26, 2014
1 parent b71e992 commit cc016a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/languages.json
@@ -1,6 +1,7 @@
{ ".coffee": {"name": "coffeescript", "symbol": "#"},
".litcoffee": {"name": "coffeescript", "symbol": "#", "literate": true},
"Cakefile": {"name": "coffeescript", "symbol": "#"},
".cson": {"name": "coffeescript", "symbol": "#"},
".rb": {"name": "ruby", "symbol": "#"},
".py": {"name": "python", "symbol": "#"},
".tex": {"name": "tex", "symbol": "%"},
Expand Down

0 comments on commit cc016a0

Please sign in to comment.