-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
[html] Please provide a built-in HTML.tmLanguage file #543
Comments
Makes sense, will add. |
Fix delivered |
So what exactly have happened here? How to use it? I can't see anything in the update log and/ordocumentation. |
The built in HTML extension now contains the html text mate grammar and declares the scope name |
this feature will be usefull to develop extensions like Django/Jinja/Tornado templates support for example |
@aeschli Emmet are not fired on langagues that use HTML (Jinja, Tornado, Django...etc), how to activate it? In Atom, I added this |
@abdelouahabb, well, that's a work in progress. See #9500 |
@mrmlnc ah, thank you, excited to see it coming ^_^ |
Lots of template languages extend html syntax.
Since popular text editors such as sublime text and atom usually have built-in
HTML.tmLanguage
file, most online syntax definition files just simply add aninclude: text.html.basic
field in them.However, Visual Studio Code does not have that built-in syntax definition file, thus forcing language extension authors to manually include an
HTML.tmLanguage
file. This feels awkward. I don't want to redefine HTML syntax in every single language extension I wrote.So, please provide a built-in HTML syntax definition file for language extension authors!
The text was updated successfully, but these errors were encountered: