1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-01 07:10:00 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
davidhcefx
3465607c5a Enhancements: Batch, HTML, JS
- [Batch] Fix that using "::" as comments sometimes failed
- [html] Tabs give 2 spaces by default
- [JS] Tabs give 2 spaces by default; Allow comments to be inline with code.
- [Sh] Also highlight PKGBUILD; Fix `${v%tail}` not highlighted; Use shellcheck as linter
2023-04-13 22:36:59 +08:00
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