Nested comments are not recognized
joseluis opened this issue · 1 comments
joseluis commented
Dart has nested comments, but the vim highlighter doesn't recognize them. For example this code:
/*
/*
Comment
/* nested comment */
*/ // <-- not highlighted
main() {}Related: dart-lang/sdk#25931
