Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-08-13 | YAML lexer: default to 2 character soft tabs | Robin Haberkorn | 1 | -0/+3 | |
Hard tabs would even cause YAML syntax errors. | |||||
2022-11-27 | added Markdown and YAML lexer configs | Robin Haberkorn | 1 | -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. |