aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/yaml.tes
AgeCommit message (Collapse)AuthorFilesLines
2025-11-19refactored some lexer configurations to make them more pleasurable to look atRobin Haberkorn1-1/+1
* color.target is yellow in terminal.tes which looks awful and it should be used sparingly. The largest part of text in any lexer should be in the default colors. * bash.tes now discerns between double and single quote strings like most lexers. * autodetect GNUmakefiles * yaml.tes now uses color.string for keys - this is for consistency with JSON where keys will also always be strings.
2025-08-13YAML lexer: default to 2 character soft tabsRobin Haberkorn1-0/+3
Hard tabs would even cause YAML syntax errors.
2022-11-27added Markdown and YAML lexer configsRobin Haberkorn1-0/+24
* 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.