C=1 [Syntax] Namespace1 = 6 IgnoreCase = No KeyWordLength = BracketChars = {[()]} OperatorChars = +&=!()-|<[]*^{}/:,;%>. HexPrefix = 0x InitKeyWordChars = A-Za-z_ KeyWordChars = A-Za-z0-9_ PreprocStart = CommentStart = /* CommentEnd = */ SingleComment = // SingleCommentCol = SingleCommentEsc = StringsSpanLines = Yes StringStart = " StringEnd = " StringAlt = ' StringEsc = \ CharStart = ' CharEnd = ' CharEsc = \ ; Reserved [Keywords 1] break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for import return var ; Built-in functions [Keywords 2] len cap new make append copy complex real imag panic recover ; Built-in types [Keywords 3] uint8 uint16 uint32 uint64 int8 int16 int32 int64 float32 float64 byte uint int float uintptr string bool ; Built-in values [Keywords 4] true false nil iota