Commit 6db28ee8 authored by ChaiShushan's avatar ChaiShushan Committed by Rob Pike

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
parent bd105b2b
......@@ -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"/>
......
......@@ -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,
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment