Merging upstream version 2.3.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e41e25f826
commit
85f0daa105
6 changed files with 12 additions and 8 deletions
|
@ -31,4 +31,4 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
raise SystemExit(main())
|
||||
|
|
|
@ -137,6 +137,7 @@ EXTENSIONS = {
|
|||
'png': {'binary', 'image', 'png'},
|
||||
'po': {'text', 'pofile'},
|
||||
'pp': {'text', 'puppet'},
|
||||
'prisma': {'text', 'prisma'},
|
||||
'properties': {'text', 'java-properties'},
|
||||
'proto': {'text', 'proto'},
|
||||
'ps1': {'text', 'powershell'},
|
||||
|
@ -172,6 +173,7 @@ EXTENSIONS = {
|
|||
'ss': {'text', 'scheme'},
|
||||
'styl': {'text', 'stylus'},
|
||||
'sv': {'text', 'system-verilog'},
|
||||
'svelte': {'text', 'svelte'},
|
||||
'svg': {'text', 'image', 'svg', 'xml'},
|
||||
'svh': {'text', 'system-verilog'},
|
||||
'swf': {'binary', 'swf'},
|
||||
|
|
|
@ -3,6 +3,7 @@ INTERPRETERS = {
|
|||
'awk': {'awk'},
|
||||
'bash': {'shell', 'bash'},
|
||||
'bats': {'shell', 'bash', 'bats'},
|
||||
'cbsd': {'shell', 'cbsd'},
|
||||
'csh': {'shell', 'csh'},
|
||||
'dash': {'shell', 'dash'},
|
||||
'expect': {'expect'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue