dart-sublime-bundle icon indicating copy to clipboard operation
dart-sublime-bundle copied to clipboard

Syntax highlighter wont recognize nested comments

Open joseluis opened this issue 9 years ago • 0 comments

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

/*
/*
 Comment

 /* nested comment */
​
*/ // <-- not highlighted
​
main() {}

Downstream: https://github.com/github/linguist/issues/2872 Related: https://github.com/dart-lang/sdk/issues/25931

joseluis avatar Mar 11 '16 08:03 joseluis