We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde030 commit 29a35aaCopy full SHA for 29a35aa
identify/extensions.py
@@ -411,8 +411,9 @@
411
'Rakefile': EXTENSIONS['rb'],
412
'rebar.config': EXTENSIONS['erl'],
413
'setup.cfg': EXTENSIONS['ini'],
414
- 'sconstruct': {'text', 'scons'},
415
- 'sconscript': {'text', 'scons'},
+ 'SConstruct': {'text', 'scons'},
+ 'SConscript': {'text', 'scons'},
416
+ 'SCsub': {'text', 'scons'},
417
'sys.config': EXTENSIONS['erl'],
418
'sys.config.src': EXTENSIONS['erl'],
419
'Tiltfile': {'text', 'tiltfile'},
0 commit comments