mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
Support highlighting .uts
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<SyntaxDefinition name="TypeScript" extensions=".ts;.tsx">
|
<SyntaxDefinition name="TypeScript" extensions=".ts;.tsx;.uts;">
|
||||||
|
|
||||||
<Environment>
|
<Environment>
|
||||||
<Default color="Black" bgcolor="#FFFFFF"/>
|
<Default color="Black" bgcolor="#FFFFFF"/>
|
||||||
<Selection color="Black" bgcolor="#C3C3FF"/>
|
<Selection color="Black" bgcolor="#C3C3FF"/>
|
||||||
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
|
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
|
||||||
@@ -24,12 +24,12 @@
|
|||||||
<Property name="BlockCommentBegin" value="/*"/>
|
<Property name="BlockCommentBegin" value="/*"/>
|
||||||
<Property name="BlockCommentEnd" value="*/"/>
|
<Property name="BlockCommentEnd" value="*/"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
||||||
<Digits name="Digits" color="Teal"/>
|
<Digits name="Digits" color="Teal"/>
|
||||||
|
|
||||||
<RuleSets>
|
<RuleSets>
|
||||||
<RuleSet ignorecase="false">
|
<RuleSet ignorecase="false">
|
||||||
|
|
||||||
<Delimiters>()[]{},:.@`=;+-*/%~ &|^><</Delimiters>
|
<Delimiters>()[]{},:.@`=;+-*/%~ &|^><</Delimiters>
|
||||||
|
|
||||||
<Span name="LineComment1" stopateol="true" color="Green" bold="false" italic="false">
|
<Span name="LineComment1" stopateol="true" color="Green" bold="false" italic="false">
|
||||||
|
Reference in New Issue
Block a user