You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update-rust-toolchain:
runs-on: ubuntu-latest# Don't run on forks; will attempt to create a PR into the fork...# if: ${{ !github.event.pull_request.head.repo.fork }}
Extension Version v0.25.6
The text was updated successfully, but these errors were encountered:
cschleiden
changed the title
if expression syntax highlighting doesn't seem to respect comments
Expression syntax highlighting doesn't seem to respect comments
May 8, 2023
Currently we always syntax highlight expressions in comments, that's not just limited to if expressions. It's due to the way we inject into the yaml grammar.
Since adding GitHub Actions Workflows as a separate language we could modify the yaml tm grammar if we wanted to.
Describe the bug
Here, this line should appear as a comment:
To Reproduce
Here's the text:
Extension Version
v0.25.6
The text was updated successfully, but these errors were encountered: