-
Notifications
You must be signed in to change notification settings - Fork 103
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
Vue scss comment bug #277
Comments
Could you please send me more information about the syntax styles at the respective cursor positions? Please see |
As I said before I would need further information as described in |
Hi @tomtom - I followed the instructions on your doc.
Below is the 2 debug output from previous comment. Before commenting
Before Uncommenting
Please let me know if I miss something. |
I wonder how does
Does the |
Hi @tomtom, is the information above not enough? Please let me know. Thanks. |
The language is detected on basis of the style that is used for highlighting. In almost all languages, the prefix of the style name is the language that should be used for commenting. For some syntax plugins, this doesn't work but im most of these cases we can derive the comment style from the style name nevertheless. You might want to check the closed issues if there is another syntax plugin for vue for which this problem was already solved. Could you please also tell me how the code in the initial post should actually be commented. Would it suffice to match the sassCssComment style to the css filetype? |
Hey. Looks like I cought bug in vue file in style region.
Look at the gif please.
Thanks.
The text was updated successfully, but these errors were encountered: