首页 > 编程语言 > 详细

Notepad配置markdown 格式支持,自定义语言

时间:2015-05-11 09:11:20      阅读:688      评论:0      收藏:0      [点我收藏+]
<NotepadPlus>
    <UserLang name="Markdown" ext="md markdown" udlVersion="2.0">
        <Settings>
            <Global caseIgnored="yes" forceLineCommentsAtBOL="yes" />
            <Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" />
        </Settings>
        <KeywordLists>
            <Keywords name="Comments" id="0">00# 01 02 03&lt;!-- 04--&gt;</Keywords>
            <Keywords name="Operators1" id="5">&lt; &gt;</Keywords>
            <Keywords name="Operators2" id="6">* - +</Keywords>
            <Keywords name="Keywords1" id="16">http:// (http:// https:// (https:// (/ /</Keywords>
            <Keywords name="Keywords2" id="17">==== ----</Keywords>
            <Keywords name="Keywords3" id="18">** __</Keywords>
            <Keywords name="Keywords4" id="19">* _</Keywords>
            <Keywords name="Delimiters" id="24">00[ 01 02] 03` 04 05`</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="1D1F21" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="COMMENTS" styleID="1" fgColor="7F9F7F" bgColor="1D1F21" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="LINE COMMENTS" styleID="2" fgColor="FF8040" bgColor="1D1F21" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="NUMBERS" styleID="3" fgColor="8CD0D3" bgColor="1D1F21" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="KEYWORDS1" styleID="4" fgColor="408080" bgColor="1D1F21" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="KEYWORDS2" styleID="5" fgColor="FF8040" bgColor="1D1F21" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS3" styleID="6" fgColor="CC9393" bgColor="1D1F21" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS4" styleID="7" fgColor="CC9393" bgColor="1D1F21" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="OPERATORS" styleID="12" fgColor="DFC47D" bgColor="1D1F21" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="DELIMITERS1" styleID="16" fgColor="408080" bgColor="1D1F21" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="DELIMITERS2" styleID="17" fgColor="CEDF99" bgColor="1D1F21" fontName="" fontStyle="0" nesting="0" />
        </Styles>
    </UserLang>

  

Notepad配置markdown 格式支持,自定义语言

原文:http://my.oschina.net/u/148851/blog/413076

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!