Skip to content
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

Block format comment layout with box drawing effects #261

Closed
xavierartot opened this issue Aug 6, 2016 · 2 comments
Closed

Block format comment layout with box drawing effects #261

xavierartot opened this issue Aug 6, 2016 · 2 comments
Labels

Comments

@xavierartot
Copy link

Hi,
how can I have this kind comment:
https://github.com/mathaywarduk/simple-sass-framework/blob/master/assets/sass/screen.scss
Thank you

@alerque
Copy link
Member

alerque commented Aug 24, 2016

By using a different plugin.

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.

@alerque alerque closed this as completed Aug 24, 2016
@alerque alerque reopened this Aug 24, 2016
@alerque alerque changed the title pretty commands Block format comment layout with box drawing effects Aug 24, 2016
@alerque
Copy link
Member

alerque commented Aug 24, 2016

See also #161 for a (very) incomplete implementation somebody started that covers part of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants