aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/markdown.tes
AgeCommit message (Collapse)AuthorFilesLines
2025-03-08Asciidoc, Markdown and Git lexers: enable word wrapping by defaultRobin Haberkorn1-0/+2
These are all more or less plain text formats.
2022-11-27added Markdown and YAML lexer configsRobin Haberkorn1-0/+26
* For markdown.tes we should better introduce new predefined colors in the color scheme files since it doesn't map well to existing colors. For italic and bold, I am not using the predefined colors at all but only set the bold and italic style attributes -- this should still be portable across color schemes.