Closed Kristinita closed 7 years ago
For example, I have correct code:
div 'Sasha Ruby, a href="https://www.instagram.com/nervov/" Sasha | Diamond!
and incorrect code:
Highlight correct code on Codepen.io: http://codepen.io/Kristinita/pen/qaBgaO
Highlight incorrect code on Codepen.io: http://codepen.io/Kristinita/pen/bwGzwv
Highlighting are difference.
But in Ruby Slim syntax in Sublime Text scopes no difference for correct and incorrect code:
<a>
I think it is necessary to make the distinction between scopes, so that users Slim saw errors in the code.
Thanks.
@Kristinita Hope I resolved this in 1d54306. If not, please comment and let me know!
For example, I have correct code:
and incorrect code:
Highlight correct code on Codepen.io: http://codepen.io/Kristinita/pen/qaBgaO
Highlight incorrect code on Codepen.io: http://codepen.io/Kristinita/pen/bwGzwv
Highlighting are difference.
But in Ruby Slim syntax in Sublime Text scopes no difference for correct and incorrect code:
<a>
,I think it is necessary to make the distinction between scopes, so that users Slim saw errors in the code.
Thanks.