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

Handlebars: if-else-statements no longer colored #12751

Closed
bpasero opened this issue Sep 27, 2016 · 2 comments
Closed

Handlebars: if-else-statements no longer colored #12751

bpasero opened this issue Sep 27, 2016 · 2 comments
Assignees
Labels
*as-designed Described behavior is as designed languages-basic Basic language support issues

Comments

@bpasero
Copy link
Member

bpasero commented Sep 27, 2016

Testing #12100

I am no longer seeing if-else-statements colored any different using handlebars:

image

@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Sep 27, 2016
@bgashler1
Copy link
Contributor

screen shot 2016-09-28 at 5 41 39 pm

Block helpers in general aren't getting highlighted. If and else are examples of those.

@mjbvz mjbvz added the languages-basic Basic language support issues label Nov 12, 2016
@aeschli
Copy link
Contributor

aeschli commented Jan 19, 2017

{{ and }} are no longer colorized. They were colorized by accident (due to the flattening of scopes, now fixed (#3008).

The #if #else words are marked as support.constant, which we don't colorize.

@aeschli aeschli closed this as completed Jan 19, 2017
@bpasero bpasero added *as-designed Described behavior is as designed and removed bug Issue identified by VS Code Team member as probable bug labels Jan 25, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed languages-basic Basic language support issues
Projects
None yet
Development

No branches or pull requests

4 participants