We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tree-sitter --version
No response
text like _hello1_ doesn't get recognized parsed as italic block, but *hello1* does.
_hello1_
*hello1*
I used neovim in markdown file with _hi1_ written in it.
_hi1_
I would expect the contents to be matched as an italic block.
I'm sorry, I have no experience with the tree-sitter cli, let alone the library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check 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.
The text was updated successfully, but these errors were encountered: