Skip to content

Commit 7044d64

Browse files
author
Michael Vincent
committed
Detect waf wscript files as Python
Detect the waf build system's wscript files as Python. https://waf.io/
1 parent eead8bb commit 7044d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,5 @@
294294
'Rakefile': EXTENSIONS['rb'],
295295
'setup.cfg': EXTENSIONS['ini'],
296296
'WORKSPACE': EXTENSIONS['bzl'],
297+
'wscript': EXTENSIONS['py'],
297298
}

0 commit comments

Comments
 (0)