VSCode Ember SyntaxSyntax highlighting for Ember template files AND syntax highlighting for inline template definitions with tagged templates! The package currently includes patterns matching htmlbars syntax only, but patterns for the new Glimmer components are on the way. UsageGrammars exported:
ThemesLooking to customize your colors? See the Panda Extended theme for examples of available scopeNames. Inline TemplatesIt is currently possible to define your component templates in the component files
using the EmmetEmmet will not work with this extension without configuration (The handlebars language id used by this extension does not activate the Emmet extension tab completions). The
You can also configure Emmet to complete using single quotes:
See the Emmet syntaxProfiles
docs for ContributingContributions are welcome! Notes below are intended to help contributers become familiar with the repo. Grammar Sources: Grammar files are built in the glimmer-syntax-patterns repository, any updates or issues with the grammar patterns should be submitted there. All VSCode specific configurations are handled in this repository. Embedded Language: VSCode must be notified when a language is embedded into
another language. This is done in the Resources |