Skip to content

Commit

Permalink
Fix orange single quotes
Browse files Browse the repository at this point in the history
Fix single quote is not orange when string is used within brackets
  • Loading branch information
xhit authored Nov 20, 2020
1 parent 27990c5 commit c91c00e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions TOML.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
<Keywords name="Delimiters">00[ 01 02] 03&quot; 04\ 05&quot; 06&apos; 07\ 08&apos; 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="4C4C4C" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="67112707" />
<WordsStyle name="LINE COMMENTS" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="8080FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DEFAULT" fgColor="4C4C4C" bgColor="FFFFFF" fontName="200" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="FF8040" bgColor="FFFFFF" fontName="&#xA5D8;&#x071B;" fontStyle="0" nesting="67112707" />
<WordsStyle name="LINE COMMENTS" fgColor="808080" bgColor="FFFFFF" fontName="no" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="0080C0" bgColor="FFFFFF" fontName="10" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="8080FF" bgColor="FFFFFF" fontName="-1" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="0080C0" bgColor="FFFFFF" fontName='&#xCB58;&#x0448;FF&quot; fo&#x0016;' fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontName="-1" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
Expand All @@ -51,7 +51,7 @@
<WordsStyle name="FOLDER IN CODE1" fgColor="400080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="7700EE" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="67112195" />
<WordsStyle name="DELIMITERS1" fgColor="7700EE" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="67112199" />
<WordsStyle name="DELIMITERS2" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
Expand Down

0 comments on commit c91c00e

Please sign in to comment.