Commit Graph

9 Commits

Author SHA1 Message Date
Serhiy Zahoriya b67784acaf
Highlight second curly bracket in html.nanorc 2020-10-08 18:43:13 +03:00
Zach DeCook 391ed68163 * Syntax Files: Detect more files for highlighting 2019-12-18 09:34:49 -05:00
Simon Volpert 92baad770c
Update HTML highlighting ruleset and merge J2 templating rules into it 2019-01-05 14:58:39 +02:00
Elof 64896f535d Color trailing whitespace green 2016-12-06 22:03:16 +01:00
CoffeeTableEnnui e530684df4 Update html.nanorc
Added comment highlighting.  Added more common attributes.
2016-09-01 17:04:06 -07:00
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