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

bug: text ending with numbers in underscore block is not italic #151

Open
2 tasks done
litoj opened this issue May 27, 2024 · 0 comments
Open
2 tasks done

bug: text ending with numbers in underscore block is not italic #151

litoj opened this issue May 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@litoj
Copy link

litoj commented May 27, 2024

Did you check existing issues?

  • I have read all the tree-sitter docs if it relates to using the parser
  • I have searched the existing issues

Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)

No response

Describe the bug

text like _hello1_ doesn't get recognized parsed as italic block, but *hello1* does.

Steps To Reproduce/Bad Parse Tree

I used neovim in markdown file with _hi1_ written in it.

Expected Behavior/Parse Tree

I would expect the contents to be matched as an italic block.

Repro

I'm sorry, I have no experience with the tree-sitter cli, let alone the library.

@litoj litoj added the bug Something isn't working label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant