SublimeText / YamlPipelines

Sublime Syntax Definitions for YAML CI/CD pipelines like GitHub Actions, AzureDevops, Kong API Gateway, Gitlab CICD, Bitbucket, Drone CI etc.
MIT License
18 stars 1 forks source link

Templates should use `punctuation.section.template` #16

Closed FichteFoll closed 11 months ago

FichteFoll commented 1 year ago

The interpolation punctuation in the following snippet receives the scope meta.string.yaml string.unquoted.plain.out.yaml punctuation.section.block.begin.pipeline, however according to the guidelines it should be punctuation.section.interpolation.{begin,end} (which I have a color scheme rule for).

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Deploy Docs
        uses: peaceiris/actions-gh-pages@v3
        with:
          deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
          publish_dir: docs/.vitepress/dist
          cname: docs.sublimetext.io
keith-hall commented 11 months ago

Thanks for reporting. Fixed in 98fbe16c6a4e2d721e72fdcc0ea9baca7c7ffa94