b4nst/language-jenkinsfile

The package does not register its source under unique language

Opened this issue · 1 comments

As can be seen here, the package registers itself as source.groovy

image

This makes it impossible to correctly assign custom extensions, e.g. *.jenkins to be automatically recognizable as Jenkins pipelines, so you have to apply the grammar manually from the Edit menu

Can it be changed to source.jenkins or source.jenkins-groovy?

+1 to this - we would like to be able to have Jenkinsfile.ci, Jenkinsfile.build and Jenkinsfile.deploy be picked up