From: Evan Shaw Date: Wed, 18 Nov 2009 07:34:08 +0000 (-0800) Subject: Added Kate syntax highlighting file. X-Git-Tag: weekly.2009-12-07~227 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a269cdae8debb1abfe659126baf3944c252e9d11;p=gostls13.git Added Kate syntax highlighting file. R=rsc https://golang.org/cl/155075 --- diff --git a/misc/kate/go.xml b/misc/kate/go.xml new file mode 100644 index 0000000000..31469c50f4 --- /dev/null +++ b/misc/kate/go.xml @@ -0,0 +1,129 @@ + + + + + + break + case + const + continue + default + defer + else + fallthrough + false + for + func + go + goto + if + import + interface + iota + nil + package + range + return + select + struct + switch + true + type + var + + + bool + byte + chan + float + float32 + float64 + int + int8 + int16 + int32 + int64 + map + string + uint + uintptr + uint8 + uint16 + uint32 + uint64 + + + cap + close + closed + convert + len + make + new + panic + panicln + print + println + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +