Skip to content

Commit 1f78ea4

Browse files
authored
Merge pull request #218 from Vynce/wscript
Detect waf wscript files as Python
2 parents eead8bb + 7044d64 commit 1f78ea4

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)