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.
2 parents 8f02442 + c20eeb5 commit c866be7Copy full SHA for c866be7
1 file changed
identify/extensions.py
@@ -428,6 +428,9 @@
428
'Rakefile': EXTENSIONS['rb'],
429
'rebar.config': EXTENSIONS['erl'],
430
'setup.cfg': EXTENSIONS['ini'],
431
+ 'SConstruct': {'text', 'scons'},
432
+ 'SConscript': {'text', 'scons'},
433
+ 'SCsub': {'text', 'scons'},
434
'sys.config': EXTENSIONS['erl'],
435
'sys.config.src': EXTENSIONS['erl'],
436
'Tiltfile': {'text', 'tiltfile'},
0 commit comments