mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<SyntaxDefinition name="SubRip Subtitle" extensions=".srt">
|
|
|
|
<Environment>
|
|
<Default color="#000000" bgcolor="#FFFFFF"/>
|
|
<Selection color="#FFFFFF" bgcolor="#0078D4"/>
|
|
<LineNumbers color="#2B91AF" bgcolor="#FFFFFF"/>
|
|
<CaretMarker color="#000000"/>
|
|
</Environment>
|
|
|
|
<Digits name="Digits" color="#098658"/>
|
|
|
|
<RuleSets>
|
|
<RuleSet ignorecase="false">
|
|
<Delimiters>:,-> <></Delimiters>
|
|
|
|
<!-- Arrow symbol -->
|
|
<KeyWords name="Arrow" color="#AF00DB" bold="true">
|
|
<Key word="-->" />
|
|
</KeyWords>
|
|
|
|
<!-- HTML formatting tags -->
|
|
<KeyWords name="HtmlTag" color="#0000FF" bold="false">
|
|
<Key word="<i>" />
|
|
<Key word="</i>" />
|
|
<Key word="<b>" />
|
|
<Key word="</b>" />
|
|
<Key word="<u>" />
|
|
<Key word="</u>" />
|
|
<Key word="<font" />
|
|
<Key word="</font>" />
|
|
</KeyWords>
|
|
|
|
</RuleSet>
|
|
</RuleSets>
|
|
</SyntaxDefinition>
|