Skip to content

Add 'of' keyword and highlight links for template strings #61

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

Merged
merged 1 commit into from
Dec 9, 2015
Merged

Add 'of' keyword and highlight links for template strings #61

merged 1 commit into from
Dec 9, 2015

Conversation

reedcwilson
Copy link

The template string syntax was previously added but the highlight links were not as noted in issue #59. I added the links and also added the of keyword that is new in ES6 as in:

    for (let variable of items) {
        ...
    }

NOTE: I didn't add a highlight link for the variables because variables are not typically highlighted.

jelera added a commit that referenced this pull request Dec 9, 2015
Add 'of' keyword and highlight links for template strings
@jelera jelera merged commit e7b2c32 into jelera:master Dec 9, 2015
@reedcwilson reedcwilson deleted the highlight/templatestrings branch March 1, 2016 20:18
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.

2 participants