Skip to content

feat!: listitem (line_li) #26

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

Merged
merged 3 commits into from
Oct 4, 2022
Merged

feat!: listitem (line_li) #26

merged 3 commits into from
Oct 4, 2022

Conversation

justinmk
Copy link
Member

@justinmk justinmk commented Oct 4, 2022

  • BREAKING CHANGE: give up on block_end, line_noeol. Too much trouble and doesn't matter for consumers anyway.
  • line_li now consumes all adjacent lines until blank line, "<", or next listitem. This makes it much easier for applications to present lists--even nested lists--because now the application only needs to compare the indent of the previous sibling listitem.
  • fix: atom in parentheses

- BREAKING CHANGE: give up on block_end, line_noeol. Too much trouble
  and doesn't matter for consumers anyway.
- line_li now consumes all adjacent lines until blank line, "<", or
  next listitem. This makes it much easier for applications to present
  lists--even nested lists--because now the application only needs to
  compare the indent of the previous sibling listitem.
@justinmk justinmk merged commit c27e3e2 into neovim:master Oct 4, 2022
@justinmk justinmk deleted the listitem branch October 4, 2022 14:38
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

Successfully merging this pull request may close these issues.

Hot-links are not recognized inside parenthesis
1 participant