dart-lang/dart-vim-plugin

Nested comments are not recognized

joseluis opened this issue · 1 comments

Dart has nested comments, but the vim highlighter doesn't recognize them. For example this code:

/*
/*
 Comment

 /* nested comment */

*/ // <-- not highlighted

main() {}

nested-comments

Related: dart-lang/sdk#25931

Fixed by #33.