Bug#241342: zed: C/C++ syntax highlighting catches too much
Package: zed Version: 1.0.5-8 Severity: normal Tags: patch If a normal token begins with a keyword, the keyword portion is highlighted. Here's an example: if (format) { foo(); } This fixes the problem: --- edvis.cc.orig 2000-04-05 02:36:20.0 -0700 +++ edvis.cc2004-03-31
Bug#241342: Acknowledgement (zed: C/C++ syntax highlighting catches too much)
Original patch failed to catch underscores. Here's a new one. --- edvis.cc.orig 2000-04-05 02:36:20.0 -0700 +++ edvis.cc2004-03-31 15:18:13.0 -0800 @@ -52,6 +52,8 @@ /***/ +#define istokchar(c) (