1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:34:45 -07:00

misc/{bbedit|IntelliJIDEA|kate}: add missing delete predeclared identifier

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
was delete was missing, so the fix is to add it.

Fixes  issue 5765.

R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/10496043
This commit is contained in:
ChaiShushan 2013-06-24 13:17:56 -07:00 committed by Rob Pike
parent bd105b2bca
commit 6db28ee8e0
3 changed files with 5 additions and 2 deletions

View File

@ -75,6 +75,7 @@ Copy this custom language definition & configuration file to
<keyword name="close"/>
<keyword name="complex"/>
<keyword name="copy"/>
<keyword name="delete"/>
<keyword name="imag"/>
<keyword name="len"/>
<keyword name="make"/>

View File

@ -11,7 +11,7 @@
break,
byte,
cap,
case,
case,
chan,
close,
complex,
@ -20,8 +20,9 @@
const,
continue,
copy,
default,
default,
defer,
delete,
else,
error,
fallthrough,

View File

@ -70,6 +70,7 @@
<item> close </item>
<item> complex </item>
<item> copy </item>
<item> delete </item>
<item> imag </item>
<item> len </item>
<item> make </item>