rajatjindal / kubectl-modify-secret

kubectl-modify-secrets allows user to directly modify the secret without worrying about base64 encoding/decoding
Apache License 2.0
143 stars 14 forks source link

Add YAML syntax highlight in the editor #32

Closed gdubicki closed 9 months ago

gdubicki commented 9 months ago

Hi! Thanks for the plugin, @rajatjindal, it does the job really well! 😊 👍

But it would be even better if the decoded file would be open with a syntax highlight in the editor.

In the case of my vim, but probably other editors will work the same, it should be enough to add .yaml extension to the temporary file.

rajatjindal commented 9 months ago

great suggestion 👍 and thank you for your kind words.

I've published v0.0.47 with this change.