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

case {x: _} screws up highlighting #48

Open
kevinresol opened this issue Aug 15, 2019 · 0 comments
Open

case {x: _} screws up highlighting #48

kevinresol opened this issue Aug 15, 2019 · 0 comments
Labels

Comments

@kevinresol
Copy link

kevinresol commented Aug 15, 2019

class Main {
    public static function main() {
        var obj = {
            foo: switch baz() {
                case {x: x}: [x];
            },
            bar: switch baz() {
                case {x: x}: [x];
            },
        }
   }
}

image

@Gama11 Gama11 added the bug label Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants