From: ChaiShushan Date: Mon, 24 Jun 2013 04:19:00 +0000 (+1000) Subject: misc/notepadplus: add missing operator keyword X-Git-Tag: go1.2rc2~1195 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ecdbcaf4495a002bf26c562c4c601d38e5b9f004;p=gostls13.git misc/notepadplus: add missing operator keyword In general the description should describe what is added or fixed, not how it was done (the code does this), but in this case the cause were "/ /= ;" was missing, so the fix is to add it. Fixes #5761. R=golang-dev, adg CC=golang-dev https://golang.org/cl/10479043 --- diff --git a/misc/notepadplus/userDefineLang.xml b/misc/notepadplus/userDefineLang.xml index a3312965ee..8561a4f11a 100644 --- a/misc/notepadplus/userDefineLang.xml +++ b/misc/notepadplus/userDefineLang.xml @@ -9,7 +9,7 @@ "`0"` - ( ) [ ] { } ... . , _ & ^ % > < ! = + - * | : + ( ) [ ] { } ... . , ; _ & ^ % > < ! = + - * / | : 1/* 2*/ 0// append bool break byte cap case chan close complex complex128 complex64 const continue copy default defer delete else error fallthrough false float32 float64 for func go goto if iota imag import int int16 int32 int64 int8 interface len make map new nil package panic print println range real recover return rune select string struct switch true type uint uint16 uint32 uint64 uint8 uintptr var