Advertisement
gobo

Jess.xml

Apr 14th, 2012
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.66 KB | None | 0 0
  1.  
  2. <NotepadPlus>
  3.     <UserLang name="Jess" ext="clp">
  4.         <Settings>
  5.             <Global caseIgnored="no" />
  6.             <TreatAsSymbol comment="no" commentLine="yes" />
  7.             <Prefix words1="no" words2="no" words3="yes" words4="no" />
  8.         </Settings>
  9.         <KeywordLists>
  10.             <Keywords name="Delimiters">&quot;00&quot;00</Keywords>
  11.             <Keywords name="Folder+"></Keywords>
  12.             <Keywords name="Folder-"></Keywords>
  13.             <Keywords name="Operators">&amp; ( ) +</Keywords>
  14.             <Keywords name="Comment">1 1 2 2 0;</Keywords>
  15.             <Keywords name="Words1">defrule deftemplate deffacts defglobal defquery deffunction =&gt; &lt;-</Keywords>
  16.             <Keywords name="Words2">printout assert retract slot bind test crlf reset run if then while read return</Keywords>
  17.             <Keywords name="Words3">?</Keywords>
  18.             <Keywords name="Words4">TRUE FALSE &lt; &gt; &gt;= &lt;= or not and eq type next</Keywords>
  19.         </KeywordLists>
  20.         <Styles>
  21.             <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  22.             <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  23.             <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  24.             <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
  25.             <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  26.             <WordsStyle name="KEYWORD3" styleID="7" fgColor="E9D043" bgColor="FFFFFF" fontName="" fontStyle="1" />
  27.             <WordsStyle name="KEYWORD4" styleID="8" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" />
  28.             <WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  29.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008080" bgColor="FFFFFF" fontName="" fontStyle="2" />
  30.             <WordsStyle name="NUMBER" styleID="4" fgColor="00FF00" bgColor="FFFFFF" fontName="" fontStyle="0" />
  31.             <WordsStyle name="OPERATOR" styleID="10" fgColor="8080FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
  32.             <WordsStyle name="DELIMINER1" styleID="14" fgColor="804000" bgColor="FFFFFF" fontName="" fontStyle="2" />
  33.             <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  34.             <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  35.         </Styles>
  36.     </UserLang>
  37. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement