Skip to content

Commit c206f69

Browse files
authored
Merge pull request #568 from petamas/add-fastfile
Add support for Fastfile
2 parents e9ddde5 + 827f10e commit c206f69

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
@@ -392,6 +392,7 @@
392392
'COPYING': EXTENSIONS['txt'],
393393
'Dockerfile': {'text', 'dockerfile'},
394394
'direnvrc': EXTENSIONS['bash'],
395+
'Fastfile': EXTENSIONS['rb'],
395396
'Gemfile': EXTENSIONS['rb'],
396397
'Gemfile.lock': {'text'},
397398
'GNUmakefile': EXTENSIONS['mk'],

0 commit comments

Comments
 (0)