towolf / vim-helm

vim syntax for helm templates (yaml + gotmpl + sprig + custom)
Other
203 stars 22 forks source link

tweak comment highlighting #17

Open dhduvall opened 1 year ago

dhduvall commented 1 year ago
dhduvall commented 1 year ago

This is sort of quick and dirty, but ends up highlighting legal comments for me. It'd be nice to put the action delimiters into a separate highlight group from the comment itself, and it'd be nice to highlight as an error when the comment doesn't match the spec (there's something else besides the comment in the action, or when there's no -, if there is any whitespace between the comment and action delimiters), but ETOOHARD for me today.