parent
975b3665d9
commit
6e003b7ee5
|
@ -2,8 +2,8 @@ import os.path, string
|
|||
import regex
|
||||
from point2 import Point
|
||||
|
||||
#WORD_LETTERS = list(string.letters + string.digits)
|
||||
WORD_LETTERS = string.letters + string.digits + "_"
|
||||
WORD_LETTERS = list(string.letters + string.digits)
|
||||
#WORD_LETTERS = string.letters + string.digits + "_"
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue