Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable jenkinsfile and groovy filetype; and gitcommit for git commit --amend #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marslo
Copy link

@marslo marslo commented Jan 9, 2024

Requirements (please check off with 'x')

What does this Pull Request (PR) do?

to enable the new filetype: groovy and jenkinsfile

How should this be manually tested?

  • open vim

  • verify via set filetype ( airline won't be updated timely )

    • groovy : set ft=groovy or set ft=Groovy
    • jenkinsfile: set ft=jenkinsfile or set ft=Jenkinsfile
  • verify via create new file ( airline will be updated )

    • groovy: touch a.groovy
    • jenkinsfile: touch a.jenkinsfile

Any background context you can provide?

  • Jenkinsfile Unicode: E66E
  • Groovy Unicode: E775

What are the relevant tickets (if any)?

N/A

Screenshots (if appropriate or helpful)

  • groovy
    groovy enabled

  • jenkinsfile
    jenkinsfile enabled

  • gitcommit
    gitcommit enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant