Advertisement
Guest User

Notepad++ syntax file for golang with VisualStudio colours

a guest
Jun 19th, 2013
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf8" ?>
  2. <NotepadPlus>
  3.     <UserLang name="go" ext="go">
  4.         <Settings>
  5.             <Global caseIgnored="no" />
  6.             <TreatAsSymbol comment="no" commentLine="no" />
  7.             <Prefix words1="no" words2="no" words3="no" words4="no" />
  8.         </Settings>
  9.         <KeywordLists>
  10.             <Keywords name="Delimiters">&quot;&apos;0&quot;&apos;0</Keywords>
  11.             <Keywords name="Folder+"></Keywords>
  12.             <Keywords name="Folder-"></Keywords>
  13.             <Keywords name="Operators">( ) [ ] { }   ... . , ;  </Keywords>
  14.             <Keywords name="Comment">1/* 1/** 2*/ 2*/ 0//</Keywords>
  15.             <Keywords name="Words1">break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type true false bool uint8 uint16 uint32 uint64 int8 int16 int32 int64 float32 float64 complex64 complex128 byte uint int float complex uintptr string struct nil var</Keywords>
  16.             <Keywords name="Words2"></Keywords>
  17.             <Keywords name="Words3"></Keywords>
  18.             <Keywords name="Words4"></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="FFFF00" bgColor="FFFFFF" fontName="" fontStyle="0" />
  23.             <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="0B243B" 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="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
  26.             <WordsStyle name="KEYWORD3" styleID="7" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" />
  27.             <WordsStyle name="KEYWORD4" styleID="8" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  28.             <WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  29.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  30.             <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  31.             <WordsStyle name="OPERATOR" styleID="10" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" /> *
  32.             <WordsStyle name="DELIMINER1" styleID="14" fgColor="A00000" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  33.             <WordsStyle name="DELIMINER2" styleID="15" fgColor="A00000" bgColor="FFFFFF" fontName="" fontStyle="0" /> *
  34.             <WordsStyle name="DELIMINER3" styleID="16" fgColor="A00000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  35.         </Styles>
  36.     </UserLang>
  37. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement