-
Notifications
You must be signed in to change notification settings - Fork 317
[typespec-vscode] syntax highlighting does not correctly recognize parameter name with hyphen #8619
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
base: main
Are you sure you want to change the base?
Conversation
commit: |
❌ There is undocummented changes. Run The following packages have changes but are not documented.
The following packages have already been documented:
Show changes
|
You can try these changes here
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this is the right approach, this just fix the -
case, ultimately it is a problem that you can escape any string to be an identifier but we don't have the same thing for parmaeter name in doc comment
Fix: #5239.
syntax highlighting does not correctly recognize parameter name with hyphen