[go: up one dir, main page]

Menu

Svn Commit Log


Commit Date  
[r992] by techtonik

add floating point numbers to highlightning
hack with \B in case with float starting with . is used to match . not attached to any word character
\b in the second line denotes word border formed by following digits

2007-05-02 14:05:45 Tree
[r991] by techtonik

+ place hex rule before octal to match 0x0 as hex rather than as errorneous octal

2007-05-02 12:21:30 Tree
[r990] by techtonik

+ highlight Python integers with error reporting

2007-05-02 12:19:50 Tree
[r989] by techtonik

highlight EOL escape like any other escape

2007-05-02 12:03:01 Tree
[r988] by techtonik

split into two rules - into two cases
first one for escaped symbol at the end of line
second one for any symbols at EOL except \

2007-05-02 09:36:03 Tree
[r987] by techtonik

detect string EOL error when the last symbol is escaped

2007-05-02 09:25:53 Tree
[r986] by techtonik

python string should end with slash if are to span multiple lines
(except triple-quoted ones)

2007-05-02 08:07:24 Tree
[r985] by techtonik

+ document $ behaviour in low-priority blocks

2007-05-02 07:40:48 Tree
[r984] by techtonik

add scheme to highlight escapes inside of a string, reference the scheme from block

2007-05-02 06:37:57 Tree
[r983] by techtonik

multiline string highlight, still no internal highlightning of escapes
\y4 is a backreference for opening sequence from "start" attribute

2007-05-02 05:48:09 Tree
Older >