Notepad++ 自定义了一个scala显示
主要配合twilight主题,比较喜欢黑色底子,看时间长不太累。直接导入使用即可。
未分类
主要配合twilight主题,比较喜欢黑色底子,看时间长不太累。直接导入使用即可。
<notepadPlus>
<userLang name="Scala" ext="scala">
<settings>
<global caseIgnored="no" />
<treatAsSymbol comment="no" commentLine="no" />
<prefix words1="no" words2="no" words3="no" words4="no" />
</settings>
<keywordLists>
<keywords name="Delimiters">"00"00</keywords>
<keywords name="Folder+">{</keywords>
<keywords name="Folder-">}</keywords>
<keywords name="Operators">ᅴ</keywords>
<keywords name="Comment">1 2 0</keywords>
<keywords name="Words1">class def extends forSome import object package trait type val var with</keywords>
<keywords name="Words2">boolean byte char double float int long short Boolean Byte Char Double Float Int Long Short false new null super this true Any String</keywords>
<keywords name="Words3">case catch do else finally for if match requires return throw try while yield</keywords>
<keywords name="Words4">abstract final implicit lazy override private protected sealed</keywords>
</keywordLists>
<styles>
<wordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="FOLDEROPEN" styleID="12" fgColor="FFFF00" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="FOLDERCLOSE" styleID="13" fgColor="FFFF80" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="KEYWORD1" styleID="5" fgColor="972FFF" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="KEYWORD2" styleID="6" fgColor="FF8000" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="KEYWORD3" styleID="7" fgColor="A234CB" bgColor="111111" fontName="Fixedsys" fontStyle="0" />
<wordsStyle name="KEYWORD4" styleID="8" fgColor="0080FF" bgColor="111111" fontName="Fixedsys" fontStyle="0" />
<wordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="111111" fontName="Fixedsys" fontStyle="2" fontSize="10" />
<wordsStyle name="COMMENT LINE" styleID="2" fgColor="808040" bgColor="111111" fontName="Fixedsys" fontStyle="2" fontSize="10" />
<wordsStyle name="NUMBER" styleID="4" fgColor="80FF00" bgColor="111111" fontName="Fixedsys" fontStyle="0" fontSize="10" />
<wordsStyle name="OPERATOR" styleID="10" fgColor="000000" bgColor="FFFFFF" fontName="Fixedsys" fontStyle="0" />
<wordsStyle name="DELIMINER1" styleID="14" fgColor="0000FF" bgColor="111111" fontName="Fixedsys" fontStyle="0" />
<wordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<wordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
</styles>
</userLang>
</notepadPlus>