guillermooo / dart-sublime-bundle

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

'this' keyword highlighting #34

Open jessehorne opened 11 years ago

jessehorne commented 11 years ago

The 'this' keyword should be highlighted.

Example

class Rectangle {
    num left;
    num top;
    num width;
    num height;

    Rectangle(this.left, this.top, this.width, this.height);
}
0xcaff commented 10 years ago

Why? this is not highlighted in other languages in sublime.