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

command 'Re-wrap by margin' don't handle doc-comments /// #189

Open
Alexey-T opened this issue Jan 27, 2022 · 1 comment
Open

command 'Re-wrap by margin' don't handle doc-comments /// #189

Alexey-T opened this issue Jan 27, 2022 · 1 comment

Comments

@Alexey-T
Copy link
Collaborator

Alexey-T commented Jan 27, 2022

Док-коменты в С-подобных лексерах это коменты с /// text.
это надо детектить по тому что line comment == '//'.

пока что док-коменты не обрабатываются ОК.

от строки с обычным коментом - строка шире экрана, начинается на // - я вызываю команду, ввожу margin=80, и получаю это

wrap-ok

это ОК.

от строки с док-коментом - строка шире экрана, начинается на /// - я вызываю команду, получаю это

wrap-bad

это криво. надо получить 3 строки которые все начинаются на '///' + пробел.
@kvichans

@Alexey-T
Copy link
Collaborator Author

надо поддержать лишние слеши после '//' (не только три слеша, а любое число). и для Луа - там коммент '--' и док-коммент '---' - там поддержать лишние минусы.

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

No branches or pull requests

1 participant