Created
February 14, 2013 13:42
-
-
Save ozh/4952884 to your computer and use it in GitHub Desktop.
Notepad++ : userDefineLang.xml for Markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="Markdown" ext="mkdn mkd md" udlVersion="2.0"> | |
<Settings> | |
<Global caseIgnored="yes" allowFoldOfComments="no" forceLineCommentsAtBOL="no" foldCompact="no" /> | |
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments" id="0">00# 00## 00### 00#### 00##### 01 02 03<!-- 04--></Keywords> | |
<Keywords name="Numbers, additional" id="1"></Keywords> | |
<Keywords name="Numbers, prefixes" id="2"></Keywords> | |
<Keywords name="Numbers, extras with prefixes" id="3"></Keywords> | |
<Keywords name="Numbers, suffixes" id="4"></Keywords> | |
<Keywords name="Operators1" id="5">+</Keywords> | |
<Keywords name="Operators2" id="6"></Keywords> | |
<Keywords name="Folders in code1, open" id="7"></Keywords> | |
<Keywords name="Folders in code1, middle" id="8"></Keywords> | |
<Keywords name="Folders in code1, close" id="9"></Keywords> | |
<Keywords name="Folders in code2, open" id="10"></Keywords> | |
<Keywords name="Folders in code2, middle" id="11"></Keywords> | |
<Keywords name="Folders in code2, close" id="12"></Keywords> | |
<Keywords name="Folders in comment, open" id="13"></Keywords> | |
<Keywords name="Folders in comment, middle" id="14"></Keywords> | |
<Keywords name="Folders in comment, close" id="15"></Keywords> | |
<Keywords name="Keywords1" id="16">http:// (http:// https:// (https:// ftp:// (ftp:// git:// (git:// (/ [ ![</Keywords> | |
<Keywords name="Keywords2" id="17">* _</Keywords> | |
<Keywords name="Keywords3" id="18">></Keywords> | |
<Keywords name="Keywords4" id="19">--- ---- ----- ------ ------- -------- --------- ---------- ----------- ------------ ------------- -------------</Keywords> | |
<Keywords name="Keywords5" id="20"></Keywords> | |
<Keywords name="Keywords6" id="21"></Keywords> | |
<Keywords name="Keywords7" id="22"></Keywords> | |
<Keywords name="Keywords8" id="23"></Keywords> | |
<Keywords name="Delimiters" id="24">00``` 01 02``` 03` 04 05` 06[ 07 08) 09** 10 11** 12~~ 13 14~~ 15 16 17 18 19 20 21 22 23</Keywords> | |
</KeywordLists> | |
<Styles> | |
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="COMMENTS" styleID="1" fgColor="666666" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="LINE COMMENTS" styleID="2" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" /> | |
<WordsStyle name="NUMBERS" styleID="3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS1" styleID="4" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS2" styleID="5" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" /> | |
<WordsStyle name="KEYWORDS3" styleID="6" fgColor="FF0080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS4" styleID="7" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS5" styleID="8" fgColor="804040" bgColor="FFFFFF" fontStyle="2" nesting="0" /> | |
<WordsStyle name="KEYWORDS6" styleID="9" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS7" styleID="10" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS8" styleID="11" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
<WordsStyle name="OPERATORS" styleID="12" fgColor="E5C138" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN CODE1" styleID="13" fgColor="BDAE9D" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN CODE2" styleID="14" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN COMMENT" styleID="15" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS1" styleID="16" fgColor="000000" bgColor="FFFF80" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS2" styleID="17" fgColor="408080" bgColor="FFFFAA" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS3" styleID="18" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS4" styleID="19" fgColor="800000" bgColor="FFFFFF" fontStyle="1" nesting="0" /> | |
<WordsStyle name="DELIMITERS5" styleID="20" fgColor="804040" bgColor="FFFFFF" fontStyle="2" nesting="0" /> | |
<WordsStyle name="DELIMITERS6" styleID="21" fgColor="00FF00" bgColor="FFFFFF" fontStyle="7" nesting="0" /> | |
<WordsStyle name="DELIMITERS7" styleID="22" fgColor="008000" bgColor="FFFFFF" fontStyle="7" nesting="0" /> | |
<WordsStyle name="DELIMITERS8" styleID="23" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /> | |
</Styles> | |
</UserLang> | |
</NotepadPlus> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment