Skip to content

Commit bc9b7a1

Browse files
tdeoasottile
authored andcommitted
Add jbuilder extension as ruby text files
[jbuilder](https://github.com/rails/jbuilder) is a rails library for rendering json payloads, those files are expected to be written in ruby
1 parent e31a62b commit bc9b7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
'jade': {'text', 'jade'},
129129
'jar': {'binary', 'zip', 'jar'},
130130
'java': {'text', 'java'},
131+
'jbuilder': {'text', 'jbuilder', 'ruby'},
131132
'jenkins': {'text', 'groovy', 'jenkins'},
132133
'jenkinsfile': {'text', 'groovy', 'jenkins'},
133134
'jinja': {'text', 'jinja'},

0 commit comments

Comments
 (0)