Commit Graph

4 Commits

Author SHA1 Message Date
ThomasR bba53c3940 Rename syntax definitions
Duplicate syntax definition names may cause problems.
Since nano comes with predefined all-lowercase syntax definitions,
we use uppercase letters everywhere to reduce the risk of future conflicts
2016-03-02 20:51:19 +01:00
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