-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Dart Editor is missing color and indent when including String @'\' #2098
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
Comments
Added Triaged label. |
Set owner to @stevemessick. |
Set owner to @bwilkerson. |
http://codereview.chromium.org/9704033/ Added Fixed label. |
copybara-service bot
pushed a commit
that referenced
this issue
Apr 26, 2023
Revisions updated by `dart tools/rev_sdk_deps.dart`. mockito (https://github.com/dart-lang/mockito/compare/28e8eda..f851e17): f851e17 2023-04-26 Ilya Yanok Run CI with Dart 2.19 and dev test (https://github.com/dart-lang/test/compare/7fab079..c9a3138): c9a31388 2023-04-24 Nate Bosch Remove ignores for undeprecated libraries (#2000) webdev (https://github.com/dart-lang/webdev/compare/8b42c95..12f2285): 12f22857 2023-04-25 Elliott Brooks Run `chrome_proxy_service_test.dart` everyday at 8 AM PST (#2098) Change-Id: I1c90351b7cde4ead84bb410fa76807b33fdae1a0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/298740 Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was originally filed by [email protected]
Codes as follow:
final s = @''; // semicolon and here comment are colored blue. (missing color)
// <- missing indent.
main(){}
Expected:
semicolon color black. comment color green.
non-indent at line 2.
non-indent at line 3.
Versions:
Dart Editor build 5104 and 5277 (latest).
Windows XP 32-bit.
The text was updated successfully, but these errors were encountered: