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

Dashes in HTML comments should not be highlighted as an error #3232

Closed
zcorpan opened this issue Sep 19, 2016 · 3 comments
Closed

Dashes in HTML comments should not be highlighted as an error #3232

zcorpan opened this issue Sep 19, 2016 · 3 comments

Comments

@zcorpan
Copy link

zcorpan commented Sep 19, 2016

Example:

```html
<!--------------------------------->
```

->

<!--------------------------------->

should be without error syntax highlight; see whatwg/html#1351

@zcorpan
Copy link
Author

zcorpan commented Sep 19, 2016

See whatwg/html#1356 (comment) for test cases

@Alhadis
Copy link
Collaborator

Alhadis commented Sep 19, 2016

Linguist only selects the grammars that provide syntax highlighting on GitHub. For HTML, highlighting is provided by textmate/html.tmbundle. You're better off filing an issue there.

@zcorpan
Copy link
Author

zcorpan commented Sep 19, 2016

OK thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants