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

Commit b5cfd97

Browse files
committed
Recognize .jbuilder file extension as Ruby
1 parent 8ab12e4 commit b5cfd97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"id": "ruby",
211211
"aliases": ["Ruby", "ruby"],
212212
"extensions": [".rb", ".rbx", ".rjs", ".Rakefile", ".rake", ".cgi", ".fcgi", ".gemspec", ".irbrc", ".capfile",
213-
".ru", ".prawn", ".Gemfile", ".Guardfile", ".Vagrantfile"
213+
".ru", ".prawn", ".jbuilder", ".Gemfile", ".Guardfile", ".Vagrantfile"
214214
],
215215
"configuration": "./language-configuration-ruby.json"
216216
}, {

syntaxes/ruby.tmLanguage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<string>capfile</string>
6060
<string>ru</string>
6161
<string>prawn</string>
62+
<string>jbuilder</string>
6263
<string>Gemfile</string>
6364
<string>Guardfile</string>
6465
<string>Vagrantfile</string>

0 commit comments

Comments
 (0)