Treesitter Highlights for Jenkinsfile
Ever wanted syntax in neovim for Jenkinsfiles
?
Let's create an autocommand to do just that!
Treesitter
Ensure treesitter
plugin is installed and you have the groovy
language installed.
You can install it via :TSInstall groovy
Autocommand
Add this somewhere to your neovim config. You can see it in mine here
vim..
Bonus terraform
.tfvars
files are never detected properly either so you can
add this too.
vim..