mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-28 01:00:17 +08:00
Support highlighting .nvue
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyntaxDefinition name="Vue" extensions=".vue" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
<SyntaxDefinition name="Vue" extensions=".vue;.nvue" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
||||||
<Color name="Comment" foreground="#6A9955" />
|
<Color name="Comment" foreground="#6A9955" />
|
||||||
<Color name="Tag" foreground="#569CD6" exampleText="div" />
|
<Color name="Tag" foreground="#569CD6" exampleText="div" />
|
||||||
<Color name="Attribute" foreground="#9CDCFE" exampleText="v-if" />
|
<Color name="Attribute" foreground="#9CDCFE" exampleText="v-if" />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyntaxDefinition name="Vue" extensions=".vue" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
<SyntaxDefinition name="Vue" extensions=".vue;.nvue" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
||||||
<Color name="Comment" foreground="#008000" />
|
<Color name="Comment" foreground="#008000" />
|
||||||
<Color name="Tag" foreground="#800000" exampleText="div" />
|
<Color name="Tag" foreground="#800000" exampleText="div" />
|
||||||
<Color name="Attribute" foreground="#0000FF" exampleText="v-if" />
|
<Color name="Attribute" foreground="#0000FF" exampleText="v-if" />
|
||||||
|
|||||||
Reference in New Issue
Block a user