mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 20:29:07 +00:00
Add .vpy extension to Python syntax highlighting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?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="String" foreground="#FFD69D85" />
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<SyntaxDefinition name="Python" extensions=".py;.pyw">
|
||||
<SyntaxDefinition name="Python" extensions=".py;.pyw;.vpy">
|
||||
|
||||
<Environment>
|
||||
<Default color="Black" bgcolor="#FFFFFF"/>
|
||||
|
Reference in New Issue
Block a user