branch : pmacs2
This commit is contained in:
moculus 2007-06-22 19:29:24 +00:00
parent 975b3665d9
commit 6e003b7ee5
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import os.path, string
import regex import regex
from point2 import Point from point2 import Point
#WORD_LETTERS = list(string.letters + string.digits) WORD_LETTERS = list(string.letters + string.digits)
WORD_LETTERS = string.letters + string.digits + "_" #WORD_LETTERS = string.letters + string.digits + "_"
# note about the cursor: the cursor position will insert in front of the # note about the cursor: the cursor position will insert in front of the
# character it highlights. to this end, it needs to be able to highlight behind # character it highlights. to this end, it needs to be able to highlight behind