emacsorphanage / dart-mode

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

Consider if underscores as first char of type should be highlighted as type #95

Open bradyt opened 5 years ago

bradyt commented 5 years ago

It seems the underscore should be highlighted as a type, in the following example, but it's currently not.

  final _simpleKeys = <_SimpleKey>[null];

(From yaml/lib/src/scanner.dart.)