Commit Graph

6 Commits

Author SHA1 Message Date
palto42 a66a284004
comment color for visibility on dark terminals 2020-11-08 09:00:24 +01:00
Simon Volpert 455cbfb209
Add cfg extension to ini file rules 2019-01-04 15:06:43 +02:00
esler 42997309b6 highlight standard comments
lines starting with `;` are comments, see https://en.wikipedia.org/wiki/INI_file#Comments
2017-05-25 13:35:02 +02: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
Jody Leonard b64de43467 Change tab coloring behavior for several rc's
The commit mariuszs/nanorc@e5cc8be863
introduced a number of rc files that cause tabs to always show as red
(even with trailing spaces). Adjust the behavior according to changes in
https://github.com/nanorc/nanorc/blob/master/mixins/lint.nanorc, which
seems to be an updated source of the original commit. Make tabs appear
green without trailing characters, red with trailing spaces, and
uncolored when followed by any other character.
2015-10-24 06:58:36 -04:00
Mariusz Smykuła e5cc8be863 More syntax files from craigbarnes/nanorc 2013-06-02 12:50:31 +02:00