liuderchi / ide-html

:atom: Atom-IDE for HTML, Go Template, Mustache and other Templates
https://atom.io/packages/ide-html
MIT License
20 stars 5 forks source link

support for html angular #13

Closed ElCapitanSponge closed 1 year ago

ElCapitanSponge commented 6 years ago

No support for HTML(angular) templates

liuderchi commented 6 years ago

@cpt-agemman thanks for the suggestion.

The Register Additional Grammar (Experimental) section in the package setting provides a solution.

Please do the following

  1. open your template then do command Editor: Log Cursor Scope
  2. copy the first list item in the notification dialog: Scopes at Cursor
  3. open package setting pane of ide-html
  4. paste the copied grammar at the input of Register Additional Grammar (Experimental)
  5. restart Atom

BTW what's the grammar of your angular templates? I am considering including it to default setting (ref #10 ).

ElCapitanSponge commented 1 year ago

Closing as I use VS Code, and Atom has been flagged as EOL.