Skip to content

Commit

Permalink
Update resources/languages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonwasrobot committed Jan 28, 2013
1 parent a533a56 commit df02633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/languages.json
Expand Up @@ -16,6 +16,8 @@
{"name" : "tex", "symbol" : "%"},
".js":
{"name" : "javascript", "symbol" : "//"},
".java"
{"name" : "java", "symbol" : "//"},
".sass":
{"name" : "sass", "symbol" : "//"},
".scss":
Expand All @@ -42,4 +44,4 @@
{"name" : "scss", "symbol": "//"},
".m":
{"name" : "objc", "symbol": "//"}
}
}

0 comments on commit df02633

Please sign in to comment.