Add bracket matching to text editor.

#2437 from the Patch Tracker.
Contributed by Ricki Myers (themyers).  Thanks!

Highlight color is set in UserPref theme colors.
This commit is contained in:
Stephen Swaney
2005-04-28 15:41:06 +00:00
parent ac1cccdf59
commit c0f129d0be
5 changed files with 141 additions and 7 deletions

View File

@@ -430,6 +430,7 @@ enum {
TH_NORMAL,
TH_FACE_DOT,
TH_FACEDOT_SIZE,
TH_BRACKET
};
/* XXX WARNING: previous is saved in file, so do not change order! */