yasuhiroki / github-actions-yaml.vim

Vim plugin for GitHub Actions (yaml file)
MIT License
30 stars 3 forks source link

Support more context variables and keywords, support action.yml files #6

Closed itchyny closed 5 months ago

itchyny commented 5 months ago

This PR updates the syntax file to support more context variables. It improves the syntax highlighting to highlight dollar syntax in YAML flow strings, block strings, and bare conditional expressions. Note that the highlight group yamlBlockString was introduced very recently by my PR (https://github.com/vim/vim/pull/14354), but I think this will be soon distributed. Also, it supports action.yml and action.yaml files for local actions and action developers.

itchyny commented 5 months ago

Since https://github.com/vim/vim/pull/14354 has been included, I'm making this PR for review.

yasuhiroki commented 5 months ago

Thank you so much. I'll check this PR on the weekend.

itchyny commented 5 months ago

Thank you!