|
|
__package__ = 'spade'
|
|
|
alphanums = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW...
|
|
|
alphas = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
|
alphas8bit = u'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîï...
|
|
|
c = '~'
|
|
|
cStyleComment = cStyleComment enclosed in /* ... */
|
|
|
commaSeparatedList = commaSeparatedList
|
|
|
cppStyleComment = {FollowedBy:("/") {{"//" rest of line up to ...
|
|
|
dblQuotedString = string enclosed in double quotes
|
|
|
dblSlashComment = {"//" rest of line up to \n}
|
|
|
empty = empty
|
|
|
hexnums = '0123456789ABCDEFabcdef'
|
|
|
htmlComment = htmlComment enclosed in <!-- ... -->
|
|
|
javaStyleComment = {FollowedBy:("/") {{"//" rest of line up to...
|
|
|
nums = '0123456789'
|
|
|
printables = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL...
|
|
|
pythonStyleComment = {"#" rest of line up to \n}
|
|
|
quotedString = quotedString using single or double quotes
|
|
|
restOfLine = rest of line up to \n
|
|
|
sglQuotedString = string enclosed in single quotes
|