-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis server
Milestone
Description
When syntax highlight a unicode string, the syntax highlight does not very correct.
For instance, to format a value val in string may look like:
This seems will format val世界 instead of val.
This shows brackets are not needed.
It seems confusing how to correctly format val in this string in this syntax highlight.
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis server

