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

TS highlight issue with standard-js style #384

Closed
mjbvz opened this issue Dec 15, 2016 · 2 comments
Closed

TS highlight issue with standard-js style #384

mjbvz opened this issue Dec 15, 2016 · 2 comments

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Dec 15, 2016

From @unional on December 15, 2016 22:51

  • VSCode Version: 1.8.0

image

Second "declare" highlight is wrong. Putting in ";" on the line above fixes this:
image

Copied from original issue: microsoft/vscode#17352

@mjbvz
Copy link
Contributor Author

mjbvz commented Dec 15, 2016

Quick repo code:

declare function foo(): any
declare function foo(): any

Tested with latest TypeScript grammar extension update

@mjbvz mjbvz closed this as completed Dec 15, 2016
@mjbvz mjbvz reopened this Dec 15, 2016
@unional
Copy link

unional commented Dec 15, 2016

Also probably related (for typings):

export function X(): void
export as namespace Y

image

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