]> git.donarmstrong.com Git - lilypond.git/commit
lexer.ll: duplicate a few quotes in character sets to help syntax highlighting
authorDavid Kastrup <dak@gnu.org>
Fri, 26 Oct 2012 12:33:13 +0000 (14:33 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 30 Oct 2012 16:50:54 +0000 (17:50 +0100)
commitfee3b13a83abaf23c9f9d91cba71040c2f660921
tree6844cea1e87ca099e9f19a0a6d168ba5be1c6c94
parentb36e9b7d5725786b282bc0d63d0291a37e388b75
lexer.ll: duplicate a few quotes in character sets to help syntax highlighting

This uses regular expressions like [^''] rather than [^'] in order to keep
the confusion of editors like Emacs tolerable.
lily/lexer.ll