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
Many widely used markdown editors support using ==highlight text==. It would be nice if this was supported directly through tree-sitter-markdown
==highlight text==
tree-sitter-markdown
Add an extension highlight group that captures ==text between double equal signs==.
==text between double equal signs==
It is possible to manually add it as a highlight group.
For my specific case obsidian.nvim has a feature for this, except it is buggy and the whole plugin is quite bloated.
If people think this has merit I could attempt to create a PR for this, although I am quite inexperienced in writing tree-sitter grammars.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
Many widely used markdown editors support using
==highlight text==
. It would be nice if this was supported directly throughtree-sitter-markdown
Describe the solution you'd like
Add an extension highlight group that captures
==text between double equal signs==
.Describe alternatives you've considered
It is possible to manually add it as a highlight group.
For my specific case obsidian.nvim has a feature for this, except it is buggy and the whole plugin is quite bloated.
Additional context
If people think this has merit I could attempt to create a PR for this, although I am quite inexperienced in writing tree-sitter grammars.
The text was updated successfully, but these errors were encountered: