Skip to content

Commit

Permalink
Add comments to npp styling
Browse files Browse the repository at this point in the history
  • Loading branch information
peterekepeter committed Aug 7, 2024
1 parent 0109855 commit a23eba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReleaseFiles/MVE2h/Help/Map Vote Extended Notepad++.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<Prefix Keywords1="no" Keywords2="no" Keywords3="yes" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00 01 02 03 04</Keywords>
<Keywords name="Comments">00; 01 02 03 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1"></Keywords>
<Keywords name="Numbers, suffix2"></Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">= , : *</Keywords>
<Keywords name="Operators2">.</Keywords>
<Keywords name="Operators1">= , : * ? .</Keywords>
<Keywords name="Operators2"></Keywords>
<Keywords name="Folders in code1, open"></Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close"></Keywords>
Expand All @@ -37,7 +37,7 @@
<Styles>
<WordsStyle name="DEFAULT" fgColor="101010" bgColor="FFFFFF" colorStyle="0" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="8EADA5" bgColor="FFFFFF" colorStyle="1" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="D5A500" bgColor="FFFFFF" colorStyle="1" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="FF518D" bgColor="FF0000" colorStyle="1" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="80879D" bgColor="FFFFFF" colorStyle="1" fontStyle="0" nesting="0" />
Expand Down

0 comments on commit a23eba1

Please sign in to comment.