From: Anthony Starks Date: Mon, 14 Nov 2011 19:19:08 +0000 (-0800) Subject: misc/notepadplus: error and rune support X-Git-Tag: weekly.2011-11-18~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3811a441035b10c07fd186fe2ba51bc02cff8ec4;p=gostls13.git misc/notepadplus: error and rune support R=golang-dev, gri CC=golang-dev https://golang.org/cl/5376048 --- diff --git a/misc/notepadplus/go.xml b/misc/notepadplus/go.xml index 7c5d8a1739..237ef6b4b2 100755 --- a/misc/notepadplus/go.xml +++ b/misc/notepadplus/go.xml @@ -17,7 +17,8 @@ - + + @@ -49,6 +50,7 @@ + diff --git a/misc/notepadplus/userDefineLang.xml b/misc/notepadplus/userDefineLang.xml index d1927a3407..2954aad488 100755 --- a/misc/notepadplus/userDefineLang.xml +++ b/misc/notepadplus/userDefineLang.xml @@ -11,7 +11,7 @@ ( ) [ ] { } ... . , _ & ^ % > < ! = + - * | : 1/* 2*/ 0// - append bool break byte cap case chan close complex complex128 complex64 const continue copy default defer else 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 select string struct switch true type uint uint16 uint32 uint64 uint8 uintptr var + append bool break byte cap case chan close complex complex128 complex64 const continue copy default defer 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