-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Incorrect TextMate syntax highlighting for meta category #16438
Comments
Decided to investigate a bit. VSCode seems to add the token's name to the end of the upper-level name. Ie. if How much of this is the expected behaviour? |
This might be somewhat related to #16206. |
@alexandrudima You referred to this very same issue. I think you meant a different issue ID? |
The names for the parentheses on the first line in the TextMate grammar file are defined as:
meta.keyword.bug.parantheses.[...]
and on the second line broken's metabug's name is defined asmeta.keyword.bug.parameter.metabug
.On all themes included with Visual Studio Code by default don't specify anything about
meta.keyword[...]
, so it shouldn't be highlighted. (Dark+ theme is being used on the screenshot)Steps to reproduce:
test.metabug
file that's included in the sample's root folder in the new instance running the example syntax support extension.The text was updated successfully, but these errors were encountered: