tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
375 stars 45 forks source link

Can't create list item after a list item with a newline and indent #72

Closed fisher-j closed 1 year ago

fisher-j commented 1 year ago

Describe the bug Line three below should be interpreted as a new list item, but it isn't.

Code example

1. this works
2. but now we have a long line with
   a line break and indent to match.
3. But then we don't get a new item.

Actual behavior Screenshot 2022-11-16 134111

MDeiml commented 1 year ago

Thanks :) Fixed

fisher-j commented 1 year ago

Thank you for your continued work on this key piece of software!

On Mon, Nov 28, 2022, 7:21 AM Matthias Deiml @.***> wrote:

Thanks :) Fixed

— Reply to this email directly, view it on GitHub https://github.com/MDeiml/tree-sitter-markdown/issues/72#issuecomment-1329286899, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBWHQP5E4USNV44FZ6RRETWKTEYBANCNFSM6AAAAAASCWILRY . You are receiving this because you authored the thread.Message ID: @.***>