towolf / vim-helm

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

escape ? to fix chomping modifier detection #18

Closed RichardKraus closed 9 months ago

RichardKraus commented 1 year ago

I noticed that comments with chomping modifier were not marked as comments and traced it back to the regex not being properly escaped. When using my fork as plugin, the helm comment {{- /* test */}} is shown properly, while previously it was not.

towolf commented 9 months ago

So sorry I missed this, merged!