Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple variables declaration is not highlighted #3

Open
nyuichi opened this issue Aug 1, 2012 · 1 comment
Open

Multiple variables declaration is not highlighted #3

nyuichi opened this issue Aug 1, 2012 · 1 comment

Comments

@nyuichi
Copy link
Member

nyuichi commented Aug 1, 2012

class _Main {
    static function main(args : string[]) : void {
        var a = 1, b = 2;
    }
}

won't highlight b :(

@abicky
Copy link
Member

abicky commented Aug 4, 2012

I know this issue, but it is very very difficult to resolve it in such a case like below.

var a = 1,
      b = {
          f: function() : int { return 1; }
      } : Map.<function() : int>;

The feature of fontifying declarations of multiple variables is not useful relative to its difficulty.
I might support it in the future, but keep your expectations low...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants