Skip to content

Commit 729b41e

Browse files
authored
Merge pull request #542 from Freso/pkgbuild-shell
fix: make PKGBUILD files a superset of .bash
2 parents 01a201f + 49356f3 commit 729b41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identify/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
'PATENTS': EXTENSIONS['txt'],
400400
'Pipfile': EXTENSIONS['toml'],
401401
'Pipfile.lock': EXTENSIONS['json'],
402-
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
402+
'PKGBUILD': EXTENSIONS['bash'] | {'pkgbuild', 'alpm'},
403403
'poetry.lock': EXTENSIONS['toml'],
404404
'pom.xml': EXTENSIONS['pom'],
405405
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},

0 commit comments

Comments
 (0)