towolf / vim-helm

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

NOTES.txt and .tpl files #21

Closed luisdavim closed 3 months ago

luisdavim commented 3 months ago

This would improve the syntax highlight of those files as well as the use of the helm language server, see: https://github.com/mrjosh/helm-ls/issues/82

qvalentin commented 3 months ago

.tpl is already supported, for .txt you can just add another pattern here: https://github.com/towolf/vim-helm/blob/master/ftdetect/helm.vim#L1

towolf commented 3 months ago

Closed as per #22