You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closest thing this plugin offers to that is the "sexy" comment scheme included with most languages that starts and ends with the languages block comment syntax and fills it with related characters in between at a constant indent level. For example in Lua I get something like this:
--[[ commented out content [ commented out content [ commented out content [ commented out content ]]
Beyond that sort of layout (with a few options documented in the help system) you are on your own. If you wanted to add it as a feature, a pull request might be accepted but I don't plan to implement this directly. There are, however, plugins already out there specifically for formatting those kind of blocks.
Hi,
how can I have this kind comment:
https://github.com/mathaywarduk/simple-sass-framework/blob/master/assets/sass/screen.scss
Thank you
The text was updated successfully, but these errors were encountered: