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
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.85.1
OS Version: macOS Ventura
Steps to Reproduce:
Edit the following Markdown file in VSCode: example.md.
Render a preview tab.
Screenshot:
The string highlighting for that first TASK_NAMES declaration multiline string block appears wonky. Everything from the opening dollar parenthesis for a subprocess ($() up to the awk statement delimiting semicolon (;) is white.
Suspect some underlying linguist sh parser is faulty. It may not be adhering to the POSIX sh language spec.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Screenshot:
The string highlighting for that first
TASK_NAMES
declaration multiline string block appears wonky. Everything from the opening dollar parenthesis for a subprocess ($(
) up to the awk statement delimiting semicolon (;
) is white.Suspect some underlying linguist sh parser is faulty. It may not be adhering to the POSIX sh language spec.
The text was updated successfully, but these errors were encountered: