Skip to content

Commit ecde030

Browse files
authored
Update identify/extensions.py
1 parent c699037 commit ecde030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

identify/extensions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@
411411
'Rakefile': EXTENSIONS['rb'],
412412
'rebar.config': EXTENSIONS['erl'],
413413
'setup.cfg': EXTENSIONS['ini'],
414-
'sconstruct': {'test', 'scons'},
415-
'sconscript': {'test', 'scons'},
414+
'sconstruct': {'text', 'scons'},
415+
'sconscript': {'text', 'scons'},
416416
'sys.config': EXTENSIONS['erl'],
417417
'sys.config.src': EXTENSIONS['erl'],
418418
'Tiltfile': {'text', 'tiltfile'},

0 commit comments

Comments
 (0)