emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Variables not fontified after nested type parameters. #87

Closed bradyt closed 5 years ago

bradyt commented 5 years ago

Variables are not highlighted in the following situation.

List<int<int>> boxes;

The variable boxes should be fontified as a declared variable.

bradyt commented 5 years ago

Apparently fixed in commit 36fe2ce002e616e8ba69eb9b7cb20959023861c1.