Advertisement
Guest User

userDefineLang.xml | Go, Choco

a guest
Dec 4th, 2015
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.37 KB | None | 0 0
  1. <NotepadPlus>
  2.     <UserLang name="Go" ext="go" udlVersion="2.1">
  3.         <Settings>
  4.             <Global allowFoldOfComments="yes" />
  5.         </Settings>
  6.         <KeywordLists>
  7.             <Keywords name="Comments">00// 03/* 04*/</Keywords>
  8.             <Keywords name="Numbers, prefix2">0X 0x 0</Keywords>
  9.             <Keywords name="Numbers, extras1">A B C D E F a b c d e f</Keywords>
  10.             <Keywords name="Operators1">! % &amp; ( ) * + , - . / : ; &lt; = &gt; [ ] ^ { | }</Keywords>
  11.             <Keywords name="Keywords1">_ false iota nil true</Keywords>
  12.             <Keywords name="Keywords2">break case continue default defer else fallthrough for go goto if import range return select switch</Keywords>
  13.             <Keywords name="Keywords3">append cap close complex copy delete imag len make new panic print println real recover</Keywords>
  14.             <Keywords name="Keywords4">ComplexType FloatType IntegerType Type Type1 bool byte complex128 complex64 error float32 float64 int int16 int32 int64 int8 rune string uint uint16 uint32 uint64 uint8 uintptr</Keywords>
  15.             <Keywords name="Keywords5">chan const func interface map package struct type var</Keywords>
  16.             <Keywords name="Delimiters">00&quot; 01\ 02&quot; 03&apos; 04\ 05&apos; 06` 07 08`</Keywords>
  17.         </KeywordLists>
  18.         <Styles>
  19.             <WordsStyle name="DEFAULT" fgColor="C3BE98" bgColor="1A0F0B" />
  20.             <WordsStyle name="COMMENTS" fgColor="679D47" bgColor="1A0F0B" />
  21.             <WordsStyle name="LINE COMMENTS" fgColor="679D47" bgColor="1A0F0B" />
  22.             <WordsStyle name="NUMBERS" fgColor="DA5659" bgColor="1A0F0B" />
  23.             <WordsStyle name="KEYWORDS1" fgColor="F1E694" bgColor="1A0F0B" />
  24.             <WordsStyle name="KEYWORDS2" fgColor="F1E694" bgColor="1A0F0B" />
  25.             <WordsStyle name="KEYWORDS3" fgColor="C3BE73" bgColor="1A0F0B" />
  26.             <WordsStyle name="KEYWORDS4" fgColor="B3935C" bgColor="1A0F0B" />
  27.             <WordsStyle name="KEYWORDS5" fgColor="B3935C" bgColor="1A0F0B" />
  28.             <WordsStyle name="OPERATORS" fgColor="B3935C" bgColor="1A0F0B" />
  29.             <WordsStyle name="DELIMITERS1" fgColor="7CA563" bgColor="1A0F0B" />
  30.             <WordsStyle name="DELIMITERS2" fgColor="7CA563" bgColor="1A0F0B" />
  31.             <WordsStyle name="DELIMITERS3" fgColor="7CA563" bgColor="1A0F0B" />
  32.         </Styles>
  33.     </UserLang>
  34. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement