Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/X10.xshd
2025-01-02 05:37:29 +08:00

123 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<SyntaxDefinition name="X10" extensions=".x10">
<Environment>
<Default color="Black" bgcolor="#FFFFFF"/>
<Selection color="Black" bgcolor="#C3C3FF"/>
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
<CaretMarker color="#F0F0F1"/>
<VRuler color="#E0E0E5"/>
<FoldLine color="#A0A0A0" bgcolor="#FFFFFF"/>
<FoldMarker color="Black" bgcolor="#FFFFFF"/>
<SelectedFoldLine color="Black" bgcolor="#FFFFFF"/>
<EOLMarkers color="#CACAD2"/>
<SpaceMarkers color="#B6B6C0"/>
<TabMarkers color="#B6B6C0"/>
<InvalidLines color="#B6B6C0"/>
</Environment>
<Properties>
<Property name="LineComment" value="//"/>
<Property name="BlockCommentBegin" value="/*"/>
<Property name="BlockCommentEnd" value="*/"/>
</Properties>
<Digits name="Digits" color="Black"/>
<RuleSets>
<RuleSet ignorecase="false">
<Delimiters>()[]{},:.@`=;+-*/%~ &amp;|^&gt;&lt;</Delimiters>
<Span name="LineComment1" stopateol="true" color="Green" bold="false" italic="false">
<Begin>//</Begin>
</Span>
<Span name="BlockComment" stopateol="false" color="Green" bold="false" italic="false">
<Begin>/*</Begin>
<End>*/</End>
</Span>
<Span name="String1" stopateol="true" color="#808080" bold="false" italic="false" escapecharacter="\">
<Begin>"</Begin>
<End>"</End>
</Span>
<MarkFollowing color="Black" bold="false" italic="true">class</MarkFollowing>
<KeyWords name="Keywords1" color="Blue" bold="false" italic ="false">
<Key word="abstract"/>
<Key word="as"/>
<Key word="assert"/>
<Key word="async"/>
<Key word="at"/>
<Key word="ateach"/>
<Key word="athome"/>
<Key word="atomic"/>
<Key word="break"/>
<Key word="case"/>
<Key word="catch"/>
<Key word="class"/>
<Key word="clocked"/>
<Key word="continue"/>
<Key word="def"/>
<Key word="default"/>
<Key word="do"/>
<Key word="else"/>
<Key word="extends"/>
<Key word="false"/>
<Key word="final"/>
<Key word="finally"/>
<Key word="finish"/>
<Key word="for"/>
<Key word="goto"/>
<Key word="haszero"/>
<Key word="here"/>
<Key word="if"/>
<Key word="implements"/>
<Key word="import"/>
<Key word="in"/>
<Key word="instanceof"/>
<Key word="interface"/>
<Key word="native"/>
<Key word="new"/>
<Key word="null"/>
<Key word="offer"/>
<Key word="offers"/>
<Key word="operator"/>
<Key word="package"/>
<Key word="private"/>
<Key word="property"/>
<Key word="protected"/>
<Key word="public"/>
<Key word="return"/>
<Key word="self"/>
<Key word="static"/>
<Key word="struct"/>
<Key word="super"/>
<Key word="switch"/>
<Key word="this"/>
<Key word="throw"/>
<Key word="transient"/>
<Key word="true"/>
<Key word="try"/>
<Key word="type"/>
<Key word="val"/>
<Key word="var"/>
<Key word="void"/>
<Key word="when"/>
<Key word="while"/>
</KeyWords>
<KeyWords name="Keywords2" color="DarkViolet" bold="false" italic ="false">
<Key word="val"/>
<Key word="var"/>
<Key word="void"/>
</KeyWords>
</RuleSet>
</RuleSets>
</SyntaxDefinition>