Skip to content

Async highlighting is broken in 8.1 #819

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

Closed
EugenePisotsky opened this issue Jan 17, 2016 · 2 comments
Closed

Async highlighting is broken in 8.1 #819

EugenePisotsky opened this issue Jan 17, 2016 · 2 comments

Comments

@EugenePisotsky
Copy link

Async highlight is not working after upgrade to 8.0 (or 8.1) for methods

    public async asyncResponse(): Promise<Object> {
        return {
            promiseResult: 'promise is ok'
        }
    }

also, class keyword now looks like storage type ts in this example:

export class IndexController extends AppController {
...
@EugenePisotsky EugenePisotsky changed the title Async highlighting broken in 8.1 Async highlighting is broken in 8.1 Jan 17, 2016
@basarat
Copy link
Member

basarat commented Jan 18, 2016

Please create an issue at https://github.com/Microsoft/TypeScript-TmLanguage/issues and link back here 🌹

@basarat
Copy link
Member

basarat commented Jan 18, 2016

I've added grammar docs https://github.com/TypeStrong/atom-typescript/blob/master/docs/grammar.md#cson-grammar to help everyone know what's going on 🌹

@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants