-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Patterns] Syntax highlighters implementation #49752
Comments
A note for tracking: These features are completed "out-of-band": they do not require changes to the Dart SDK or the Flutter repositories, so they can be landed after the Beta 3 deadline. I think it is still good to track them with the Beta 3 milestone for now. |
Agree that this should be done before stable. From my perspective, this is still part of the minimum viable product. I would like to continue tracking this in beta 3, but will take a look again after we have filtered down the items in beta 3. |
@domesticmouse - per checklist above - is there any work here you were planning on? And anything blocking? |
I believe CodeMirror is in a good place. I added the new keywords in codemirror/codemirror5@6a70589 and codemirror/codemirror5@c17c5f0 |
Thanks - can we close this? |
I'll close. |
Cobbling together the list from past issues:
base
,interface
,sealed
, andwhen
keywords highlightjs/highlight.js#3726The text was updated successfully, but these errors were encountered: