We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
class
storage type ts
export class IndexController extends AppController { ...
The text was updated successfully, but these errors were encountered:
Please create an issue at https://github.com/Microsoft/TypeScript-TmLanguage/issues and link back here 🌹
Sorry, something went wrong.
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 🌹
No branches or pull requests
Async highlight is not working after upgrade to 8.0 (or 8.1) for methods
also,
class
keyword now looks likestorage type ts
in this example:The text was updated successfully, but these errors were encountered: