You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
This screenshot is from VS Code, but since I took the TextMate grammar from here, I guess it has the same issue:
My fix for VS Code is at Dart-Code/Dart-Code#1326 and changes from the left to the right (note: I'm no expert in TM grammar so it may not be the best way, but it seems to work):
The text was updated successfully, but these errors were encountered:
The while pattern should be ^/// so that it doesn't include the whole of the next line if it contains /// when it's not at the start (see Dart-Code/Dart-Code#1554). It's fixed now in Dart Code's master.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This screenshot is from VS Code, but since I took the TextMate grammar from here, I guess it has the same issue:
My fix for VS Code is at Dart-Code/Dart-Code#1326 and changes from the left to the right (note: I'm no expert in TM grammar so it may not be the best way, but it seems to work):
The text was updated successfully, but these errors were encountered: