Skip to content

Commit c699037

Browse files
authored
Add support for sconstruct and sconscript extensions
1 parent e31a62b commit c699037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

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

0 commit comments

Comments
 (0)