juliusmh / snippit

Generate beautiful syntax highlighted code snippets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaml is underwhelming

ghostsquad opened this issue · comments

snippit --syntax yaml --out snippet.png --decorations --theme monokai-dark < workflow.yaml

snippet

compared to syntax highlighting in vscode:

image

True. The highlighting is based on this file:
https://github.com/zyedidia/highlight/blob/master/syntax_files/yaml.yaml

I currently don't have the time to fix it though. Feel free to file a PR that adds proper highlighting!

Working on a new version 😉

image image

Thanks!