smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Update grammar for apply stmt #75

Closed milesziemer closed 1 year ago

milesziemer commented 1 year ago

Issue #, if available:

Description of changes: This PR makes highlighting work for apply statements with fully qualified shape ids.

Previously:

old-apply

This PR:

fixed-apply

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.