Skip to content

Commit

Permalink
Language enhancement: allow custom tags in HTML
Browse files Browse the repository at this point in the history
HTML Lexer, TAG Style: enable user-defined keywords
Implement and verify @mpheath solution from https://community.notepad-plus-plus.org/topic/25741/html-user-defined-keywords

Fix #15093, close #15094
  • Loading branch information
pryrt authored and donho committed May 11, 2024
1 parent f6d304f commit da5f896
Show file tree
Hide file tree
Showing 25 changed files with 40 additions and 29 deletions.
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Bespin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="80FF80" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Black board.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Choco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/DansLeRuSH-Dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
<WordsStyle name="NUMBER" styleID="5" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/DarkModeDefault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ License: GPL2
<WordsStyle name="NUMBER" styleID="5" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE STRING" styleID="6" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLE STRING" styleID="7" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAG END" styleID="11" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG UNKNOWN" styleID="2" fgColor="EDD6ED" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="DFDFDF" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Deep Black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ https://notepad-plus-plus.org/donate/
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Hello Kitty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="NUMBER" styleID="5" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/HotFudgeSundae.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Mono Industrial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Monokai.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/MossyLawn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Navajo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Obsidian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Notepad++ Custom Style
<WordsStyle name="NUMBER" styleID="5" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E1E2CF" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="E1E2CF" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Plastic Code Wrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Ruby Blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFF00" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Solarized-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Solarized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/themes/Twilight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
Expand Down

0 comments on commit da5f896

Please sign in to comment.