Skip to content

Commit dbab12d

Browse files
authored
Fix QL-Win#519: highlight .pyw files
1 parent 165c9ad commit dbab12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax

QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Python.xshd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hello@exr.be
1010
https://github.com/ei
1111
-->
1212

13-
<SyntaxDefinition name="Python" extensions=".py">
13+
<SyntaxDefinition name="Python" extensions=".py;.pyw">
1414

1515
<Environment>
1616
<Default color="Black" bgcolor="#FFFFFF"/>

0 commit comments

Comments
 (0)