Skip to content

Commit 29a35aa

Browse files
seanbuddRepiteo
andauthored
Update identify/extensions.py
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
1 parent ecde030 commit 29a35aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

identify/extensions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@
411411
'Rakefile': EXTENSIONS['rb'],
412412
'rebar.config': EXTENSIONS['erl'],
413413
'setup.cfg': EXTENSIONS['ini'],
414-
'sconstruct': {'text', 'scons'},
415-
'sconscript': {'text', 'scons'},
414+
'SConstruct': {'text', 'scons'},
415+
'SConscript': {'text', 'scons'},
416+
'SCsub': {'text', 'scons'},
416417
'sys.config': EXTENSIONS['erl'],
417418
'sys.config.src': EXTENSIONS['erl'],
418419
'Tiltfile': {'text', 'tiltfile'},

0 commit comments

Comments
 (0)