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

revise: updates the WDL TextMate grammar #4

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

claymcleod
Copy link
Member

@claymcleod claymcleod commented Jul 30, 2024

  • Adds placeholders within strings.
  • Fixes identifier highlighting.
  • Adds multi-line string highlighting.
  • Removes markdown highlighting for single number-sign comments.
  • Removes call, scatter, and if blocks, as they need to be parsed by the LSP (they're too complicated to be handled with the TextMate grammar).
  • Applies prettier formatting.

@claymcleod claymcleod requested a review from peterhuene July 30, 2024 18:23
@claymcleod claymcleod force-pushed the revise/updates-wdl-grammar branch from 4561d13 to dadd046 Compare July 30, 2024 19:00
* Adds placeholders within strings.
* Fixes identifier highlighting.
* Adds multi-line string highlighting.
* Removes markdown highlighting for single number-sign comments.
* Removes `call`, `scatter`, and `if` blocks, as they need to
  be parsed by the LSP (they're too complicated to be handled
  with the TextMate grammar).
* Applies `prettier` formatting.
@claymcleod claymcleod force-pushed the revise/updates-wdl-grammar branch from dadd046 to f95a341 Compare July 30, 2024 19:05
@claymcleod claymcleod merged commit b63eccc into main Jul 30, 2024
@claymcleod claymcleod deleted the revise/updates-wdl-grammar branch July 30, 2024 19:10
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.

2 participants