Advertisement
Guest User

Notepad++ User Defined Style

a guest
Jul 12th, 2011
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.22 KB | None | 0 0
  1. <NotepadPlus>
  2.     <UserLang name="JS2" ext="">
  3.         <Settings>
  4.             <Global caseIgnored="no" />
  5.             <TreatAsSymbol comment="no" commentLine="no" />
  6.             <Prefix words1="no" words2="no" words3="no" words4="no" />
  7.         </Settings>
  8.         <KeywordLists>
  9.             <Keywords name="Delimiters">000000</Keywords>
  10.             <Keywords name="Folder+">&lt;script</Keywords>
  11.             <Keywords name="Folder-">&lt;/script</Keywords>
  12.             <Keywords name="Operators"></Keywords>
  13.             <Keywords name="Comment"> 1&lt;!-- 2--&gt; 0</Keywords>
  14.             <Keywords name="instre1">!doctype a abbr accept-charset accept accesskey acronym action address align alink alt applet archive area article aside audio axis b background base basefont bdo bgcolor big blockquote body border br button canvas caption cellpadding cellspacing center char charoff charset checkbox checked cite class classid clear code codebase codetype col colgroup color cols colspan command comment compact content coords data datafld dataformatas datalist datapagesize datasrc datetime dd declare defer del details dfn dir disabled div dl dt em embed enctype event face fieldset figure figcaption file footer font for form frame frameborder frameset h1 h2 h3 h4 h5 h6 head header headers height hgroup hidden hr href hreflang hspace html http-equiv i id iframe image img input ins isindex ismap kbd keygen label lang language leftmargin legend li link list longdesc map marginwidth marginheight mark maxlength media menu meta meter method multiple name nav noframes nohref noresize noscript noshade nowrap object ol onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup optgroup option onreset onselect onsubmit onunload output p param password profile progress pre prompt public q radio readonly rel reset rev rows rowspan rp rt ruby rules s samp scheme scope script scrolling section select selected shape size small source span src standby start strike strong style sub submit summary sup tabindex table target tbody td text textarea tfoot th thead time title topmargin tr tt type u ul usemap valign value valuetype var version video vlink vspace width xml xmlns</Keywords>
  15.             <Keywords name="Words2"></Keywords>
  16.             <Keywords name="Words3"></Keywords>
  17.             <Keywords name="Words4"></Keywords>
  18.         </KeywordLists>
  19.         <Styles>
  20.             <WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
  21.             <WordsStyle name="COMMENT" styleID="9" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  22.             <WordsStyle name="NUMBER" styleID="5" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  23.             <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
  24.             <WordsStyle name="SINGLESTRING" styleID="7" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
  25.             <WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  26.             <WordsStyle name="TAGEND" styleID="11" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  27.             <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  28.             <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  29.             <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  30.             <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="000000" bgColor="A6CAF0" fontName="" fontStyle="0" fontSize="" />
  31.             <WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  32.             <WordsStyle name="VALUE" styleID="19" fgColor="FF8000" bgColor="FEFDE0" fontName="" fontStyle="0" fontSize="" />
  33.             <WordsStyle name="ENTITY" styleID="10" fgColor="000000" bgColor="FEFDE0" fontName="" fontStyle="2" fontSize="" />
  34.         </Styles>
  35.     </UserLang>
  36. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement