atom-vue
atom-vue copied to clipboard
text highlighting for tag `v-bind` in style block
as of this merge, v-bind
is now the proper syntax for accessing a data variable in the style block. Currently, it displays as greyed out
.
I know this issue is a bit older, but was looking at what we may need to do for implementation, but I can't find any evidence of this syntax on Vue's website.
Seems that their syntax may have changed since this issue was originally created, and in it's current form, it seems that everything is properly being identified within this grammar.