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

Use ember flavoured handlebars #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evoactivity
Copy link

@evoactivity evoactivity commented Jul 10, 2023

The flavour of handlebars used by ember has divergerd quite a lot from vanilla handlebars, as such the syntax highlighting offered by the andrejunges.Handlebars extension doesn't properly highlight modifiers and other ember idioms. This removes the need to install andrejunges.Handlebars.

I've pulled the handlebars definition from @lifeart's vsc-ember-syntax

Before After
image image

There will probably be a merge conflict with #13 though it should be easy to resolve

Also resolves #6

@evoactivity evoactivity mentioned this pull request Jul 10, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not properly highlighting angle bracket component from arg (i.e. <@tableComponent>)
1 participant