mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
Add .vpy extension to Python syntax highlighting
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<SyntaxDefinition name="Python" extensions=".py;.pyw" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
<SyntaxDefinition name="Python" extensions=".py;.pyw;.vpy" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
||||||
|
|
||||||
<Color name="Comment" foreground="#FF57A64A" />
|
<Color name="Comment" foreground="#FF57A64A" />
|
||||||
<Color name="String" foreground="#FFD69D85" />
|
<Color name="String" foreground="#FFD69D85" />
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<SyntaxDefinition name="Python" extensions=".py;.pyw">
|
<SyntaxDefinition name="Python" extensions=".py;.pyw;.vpy">
|
||||||
|
|
||||||
<Environment>
|
<Environment>
|
||||||
<Default color="Black" bgcolor="#FFFFFF"/>
|
<Default color="Black" bgcolor="#FFFFFF"/>
|
||||||
|
Reference in New Issue
Block a user