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 #7249 from diegoleme/master
Browse files Browse the repository at this point in the history
Update languages.json
  • Loading branch information
ingorichter committed Mar 19, 2014
2 parents 660bc56 + 868fbe8 commit 437b908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"json": {
"name": "JSON",
"mode": ["javascript", "application/json"],
"fileExtensions": ["json"]
"fileExtensions": ["json"],
"fileNames": [".jshintrc", ".bowerrc"]
},

"xml": {
Expand Down Expand Up @@ -165,7 +166,7 @@
"name": "Ruby",
"mode": "ruby",
"fileExtensions": ["rb", "ru", "gemspec", "rake"],
"fileNames": ["Gemfile", "Rakefile"],
"fileNames": ["Gemfile", "Rakefile", "Guardfile"],
"lineComment": ["#"]
},

Expand Down

0 comments on commit 437b908

Please sign in to comment.