Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

add image_tag to viewhelpers #62

Merged
merged 1 commit into from
Oct 25, 2017
Merged

add image_tag to viewhelpers #62

merged 1 commit into from
Oct 25, 2017

Conversation

tshedor
Copy link
Contributor

@tshedor tshedor commented Oct 25, 2017

Description of the Change

image_tag is highlighted as a View Helper. It's an OG Rails helper. This was first reported on slim-template/language-slim#18.

Alternate Designs

The helper could remain unhighlighted.

Benefits

image_tag will be signaled in the editor as a built-in Rails helper and not a custom helper added to the app.

Possible Drawbacks

If a Ruby app has its own image_tag, is not a Rails app, and the editor has the Atom Ruby on Rails syntax highlighter, image_tag will be highlighted as though it's part of a Rails app, even though it is not.

Applicable Issues

slim-template/language-slim#18

@winstliu winstliu merged commit d37a60a into atom:master Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants