Backreferences in source-highlight 2.7
gnombat <[email protected]> Sun, 10 Jun 2007 13:00:42 -0500
| Newsgroups | gmane.comp.gnu.source-highlight.general |
|---|---|
| Message-ID | <[email protected]> |
I'm having trouble with backreferences in source-highlight 2.7. If I create a language definition file named foo.lang: keyword = `a(.)\1` And then I create a test file example.foo: aaa abb acc a** a@@ And then I run source-highlight: source-highlight --lang-def=foo.lang example.foo Then "aaa", "abb" and "acc" are highlighted, but "a**" and "a@@" are not. Shouldn't the dot match any character?