We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using named template argument break the tm language for next statement
paste this in a tsp codeblock in markdown document in vscode(if you just do it in a regular typespec document the semantic highlighting will fix it)
op test1 is Some<Parameters={}>; op test1 is Some<Parameters={}>;
highlight to
![image](https://github.com/microsoft/typespec/assets/1031227/d3a9068e-d446-4217-835a-bb3396844e6d)
The text was updated successfully, but these errors were encountered:
Fix type argument tmlanguage (#4089)
675e6d4
Fix #3524
Fix type argument tmlanguage (microsoft#4089)
3ad4419
Fix microsoft#3524
timotheeguerin
Successfully merging a pull request may close this issue.
Describe the bug
Using named template argument break the tm language for next statement
Reproduction
paste this in a tsp codeblock in markdown document in vscode(if you just do it in a regular typespec document the semantic highlighting will fix it)
highlight to
Checklist
The text was updated successfully, but these errors were encountered: