Skip to content

Commit c866be7

Browse files
authored
Merge pull request #563 from seanbudd/patch-2
Add support for sconstruct and sconscript extensions
2 parents 8f02442 + c20eeb5 commit c866be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

identify/extensions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,9 @@
428428
'Rakefile': EXTENSIONS['rb'],
429429
'rebar.config': EXTENSIONS['erl'],
430430
'setup.cfg': EXTENSIONS['ini'],
431+
'SConstruct': {'text', 'scons'},
432+
'SConscript': {'text', 'scons'},
433+
'SCsub': {'text', 'scons'},
431434
'sys.config': EXTENSIONS['erl'],
432435
'sys.config.src': EXTENSIONS['erl'],
433436
'Tiltfile': {'text', 'tiltfile'},

0 commit comments

Comments
 (0)