From 3811a441035b10c07fd186fe2ba51bc02cff8ec4 Mon Sep 17 00:00:00 2001 From: Anthony Starks Date: Mon, 14 Nov 2011 11:19:08 -0800 Subject: [PATCH] misc/notepadplus: error and rune support R=golang-dev, gri CC=golang-dev https://golang.org/cl/5376048 --- misc/notepadplus/go.xml | 4 +++- misc/notepadplus/userDefineLang.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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