PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

YAML Syntax Highlighting #198

Open flownthecoop opened 4 years ago

flownthecoop commented 4 years ago

Do you have any examples for syntax highlighting for yaml/yml files?

Hexman768 commented 4 years ago

Currently no there are none as far as I know. There is however built-in functionality to create your own using either a description file or defining your own programmatically. Either way you will need to create the regex patterns to recognize the keywords to highlight.