-
Notifications
You must be signed in to change notification settings - Fork 601
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
Fix: Missing syntax highlighting for css partials #6867
Conversation
@microsoft-github-policy-service agree |
packages/tooling/fast-vscode-syntax-highlighting/syntaxes/fast-tagged-templates.tmLanguage.json
Outdated
Show resolved
Hide resolved
packages/tooling/fast-vscode-syntax-highlighting/syntaxes/fast-tagged-templates.tmLanguage.json
Outdated
Show resolved
Hide resolved
I think since const partial = css.partial`color: ${new myDirective}`; This pattern would need to be defined on its own so it can include the weirdly named |
This needs to be held since the |
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.
Holding for further investigation
Pull Request
📖 Description
Missing syntax highlighting for CSS partials in FAST tagged templates extension.
🎫 Issues
Regex only has CSS for consideration for template.
fix: Missing syntax highlighting for css partials in FAST tagged templates extension #6380
✅ Checklist
General
$ yarn change
Component-specific