mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 02:49:06 +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="#D4D4D4" bgcolor="#1E1E1E"/>
|
|
<Selection color="#1E1E1E" bgcolor="#264F78"/>
|
|
<LineNumbers color="#858585" bgcolor="#1E1E1E"/>
|
|
<CaretMarker color="#AEAFAD"/>
|
|
</Environment>
|
|
|
|
<Digits name="Digits" color="#B5CEA8"/>
|
|
|
|
<RuleSets>
|
|
<RuleSet ignorecase="false">
|
|
<Delimiters>:,-> <></Delimiters>
|
|
|
|
<!-- Arrow symbol -->
|
|
<KeyWords name="Arrow" color="#D7BA7D" bold="true">
|
|
<Key word="-->" />
|
|
</KeyWords>
|
|
|
|
<!-- HTML formatting tags -->
|
|
<KeyWords name="HtmlTag" color="#4EC9B0" 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>
|