TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
43 stars 9 forks source link

Block comment format #91

Closed aaron-bond closed 2 years ago

aaron-bond commented 2 years ago

Hi, I maintain https://github.com/aaron-bond/better-comments.

I'm working on a feature at the minute where I pull the comment syntax from the loaded extensions, instead of having my own proprietary list of the comment tags.

I've noticed that this extensions contributes block comments in the format: /** blah blah **/ and was wondering what the reason for this is?

https://github.com/TheRealSyler/vscode-sass-indented/blob/c406990166c12a89d191c4b6f9f56515849905fd/sass.configuration.json#L4

As stated in the Sass documentation, the block format is /* blah blah */. Why the discrepancy?

Thanks!

TheRealSyler commented 2 years ago

im not sure, i don't remember why i changed that, i will fix it in the next version.

ive been using your extension for a couple of years, thanks for making it, small things can really improve the coding experience.

aaron-bond commented 2 years ago

Many thanks!