Add PowerShell block comment style in HotFudgeSundae.xml
Fix #13271, close #13273
This commit is contained in:
parent
c2f18fb785
commit
193a19ccb2
|
@ -668,6 +668,7 @@ Installation:
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
|
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
|
||||||
<WordsStyle name="CMDLET" styleID="9" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
<WordsStyle name="CMDLET" styleID="9" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
||||||
<WordsStyle name="ALIAS" styleID="10" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
<WordsStyle name="ALIAS" styleID="10" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||||
|
<WordsStyle name="COMMENT STREAM" styleID="13" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="props" desc="Properties file" ext="">
|
<LexerType name="props" desc="Properties file" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
|
Loading…
Reference in New Issue