1
0
Fork 0

Adding upstream version 2.3.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:52:25 +01:00
parent d02ffdc807
commit b06abc639e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 12 additions and 8 deletions

View file

@ -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'},