guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

Syntax highlighter wont recognize nested comments #575

Open joseluis opened 8 years ago

joseluis commented 8 years ago

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