; EmEditor Syntax File ; ; To import this file to an existing configuration, select Configuration ; under the Tool menu, select Define Configurations, select a configuration ; you want to import to, press [Properties], select the Highlight page, and ; press [Import]. ; ; Submit your customized file to submit@emurasoft.com ; to be listed in www.emurasoft.com user files pages. ; #Highlight=on #BeginTag= #EndTag= #CommentBegin=/* #CommentEnd=*/ #LineComment1=// #LineComment2= #SingleQuote=on #DoubleQuote=on #ContinueQuote=off #Escape=\ #ScriptBegin= #ScriptEnd= #SpecialSyntax=off #HighlightBraces=on #Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off break case chan const continue default defer else fallthrough for func go goto if import interface map package range return select struct switch type var #Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off false iota nil true #Keyword color=3,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off bool byte complex64 complex128 float32 float64 int int8 int16 int32 int64 string uint uintptr uint8 uint16 uint32 uint64 #Keyword color=5,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off append cap close complex copy imag len make new panic print println real recover