mihai-vlc / spacegray-vscode

Spacegray theme for visual studio code
https://marketplace.visualstudio.com/items?itemName=ionutvmi.spacegray-vscode
MIT License
29 stars 13 forks source link

Showing nothing for few javacript syntax #1

Closed ysmnikhil closed 7 years ago

ysmnikhil commented 7 years ago

Hi, I am using your theme and really it's nice :+1: but I faced a strange issue. It's showing nothing for few twig syntax like if <%%> underscore.js I am using file

first-image

another-image

you can see, if I don't click on this line then I am unable to see this text.

I really like this theme but don't want to change because of this issue :smile:

mihai-vlc commented 7 years ago

Can you tell me what language are you using (should be displayed in the lower right area) ? Can you also paste a snippet of the code that reproduces the issue ?

mihai-vlc commented 7 years ago

This should be fixed in 1.1.2

Please confirm and I will close this issue.

ysmnikhil commented 7 years ago

I am using

Snippet - <script type="text/template" id="selected-article"> <input type="checkbox" <% if(disabled == false){ %>id="checkbox<%= id %>" value="<%= id %>" <%= checked %> <% }else{ %> disabled <% } %> class="selectedArticle i-check" > <label class="text-info" <% if(disabled == false){ %>for="checkbox<%= id %>"<% } %>><%- name %></label> </script>

`

`
mihai-vlc commented 7 years ago

Can you please update to the latest version and check if you can see the text ?

ysmnikhil commented 7 years ago

Thank you very much, It's working now :) :+1: