-
Notifications
You must be signed in to change notification settings - Fork 130
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
String method names do not terminate string syntax highlighting #154
Comments
Reproduced with the following snippet: class TestCase {
['foo']() {
this.registerComponent('foo-bar');
}
}
class TestCase2 {
foo() {
this.registerComponent('foo-bar');
}
} |
chadhietala
added a commit
to chadhietala/TypeScript-TmLanguage
that referenced
this issue
Jun 7, 2016
Closed
chadhietala
added a commit
to chadhietala/TypeScript-TmLanguage
that referenced
this issue
Jun 27, 2016
Attempt to fix microsoft#154
chadhietala
added a commit
to chadhietala/TypeScript-TmLanguage
that referenced
this issue
Jun 27, 2016
Attempt to fix microsoft#154
chadhietala
added a commit
to chadhietala/TypeScript-TmLanguage
that referenced
this issue
Jun 27, 2016
Attempt to fix microsoft#154
Fixed by #257 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @chadhietala on April 23, 2016 20:57
Steps to Reproduce:
String Method Name
Method Name
Copied from original issue: microsoft/vscode#5703
The text was updated successfully, but these errors were encountered: