Commit Graph

9 Commits (master)

Author SHA1 Message Date
Serhiy Zahoriya b67784acaf
Highlight second curly bracket in html.nanorc 4 years ago
Zach DeCook 391ed68163 * Syntax Files: Detect more files for highlighting 4 years ago
Simon Volpert 92baad770c
Update HTML highlighting ruleset and merge J2 templating rules into it 5 years ago
Elof 64896f535d Color trailing whitespace green 7 years ago
CoffeeTableEnnui e530684df4 Update html.nanorc
Added comment highlighting.  Added more common attributes.
8 years ago
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
8 years ago
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.
10 years ago
CirKu17 572a7ce25a Edited html.nanorc via GitHub 13 years ago
Anthony Scopatz 2d2bb4ba12 First nanorc commit. 14 years ago