Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Recognize .jbuilder file extension as Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Darep committed Nov 26, 2016
1 parent 8ab12e4 commit b5cfd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"id": "ruby",
"aliases": ["Ruby", "ruby"],
"extensions": [".rb", ".rbx", ".rjs", ".Rakefile", ".rake", ".cgi", ".fcgi", ".gemspec", ".irbrc", ".capfile",
".ru", ".prawn", ".Gemfile", ".Guardfile", ".Vagrantfile"
".ru", ".prawn", ".jbuilder", ".Gemfile", ".Guardfile", ".Vagrantfile"
],
"configuration": "./language-configuration-ruby.json"
}, {
Expand Down
1 change: 1 addition & 0 deletions syntaxes/ruby.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<string>capfile</string>
<string>ru</string>
<string>prawn</string>
<string>jbuilder</string>
<string>Gemfile</string>
<string>Guardfile</string>
<string>Vagrantfile</string>
Expand Down

0 comments on commit b5cfd97

Please sign in to comment.