Commit Graph

3 Commits

Author SHA1 Message Date
Kyle Stiemann e5dd5c5f42 Fixes #43: html.nanorc yellow regex is greedy and matches all quotes until the final quote.
Since the non-greedy operator `?` causes an error, I've implemented non-greedy matching using not-quote zero or more times (`[^"]*`) instead.
2014-09-30 18:15:26 -04:00
CirKu17 572a7ce25a Edited html.nanorc via GitHub 2011-06-15 03:35:47 -07:00
Anthony Scopatz 2d2bb4ba12 First nanorc commit. 2010-07-28 17:15:43 -05:00