@@ -413,6 +413,21 @@ whiskers:
413413 <WordsStyle name="DEFVAL" styleID="4" fgColor="{{ maroon.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
414414 <WordsStyle name="KEY" styleID="5" fgColor="{{ blue.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
415415 </LexerType>
416+ <LexerType name="inno" desc="InnoSetup" ext="">
417+ <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
418+ <WordsStyle name="COMMENT" styleID="1" fgColor="{{ overlay2.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2" fontSize="" />
419+ <WordsStyle name="KEYWORD" styleID="2" fgColor="{{ mauve.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
420+ <WordsStyle name="PARAMETER" styleID="3" fgColor="{{ maroon.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
421+ <WordsStyle name="SECTION" styleID="4" fgColor="{{ yellow.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
422+ <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="{{ rosewater.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
423+ <WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="{{ pink.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
424+ <WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="{{ overlay2.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2" fontSize="" />
425+ <WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="{{ mauve.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
426+ <WordsStyle name="KEYWORD USER" styleID="9" fgColor="{{ blue.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1" fontSize="" keywordClass="type4" />
427+ <WordsStyle name="STRING DOUBLE" styleID="10" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
428+ <WordsStyle name="STRING SINGLE" styleID="11" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
429+ <WordsStyle name="IDENTIFIER" styleID="12" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
430+ </LexerType>
416431 <LexerType name="ruby" desc="Ruby" ext="">
417432 <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
418433 <WordsStyle name="ERROR" styleID="1" fgColor="{{ crust.hex }}" bgColor="{{ red.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
0 commit comments