Search found 1 match
- 27.10.2015 14:29
- Forum: Lexers
- Topic: Incomplete RegEx parser? Some tokens doesn't work?
- Replies: 1
- Views: 1655
Incomplete RegEx parser? Some tokens doesn't work?
I am trying to create my own lexer and i am currently stuck on trying to change font colour of the first occuring number on every line, lines which can be tabulated if they are inside a block. I can select the first number easily, if it isnt tabbed, but getting the others doesn't seem to work. ^\t+[...