-
Notifications
You must be signed in to change notification settings - Fork 22
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
Better Dimming with Markdown Files? #16
Comments
Have you tried tweaking the |
The issue is sometimes I have more than X lines I need to highlight around the current line. |
I have also experienced a bit awkward dimming in markdown. I have set I found out that using tree-sitter playground setting I could provide sensible values to require("twilight").setup({
context = 0,
expand = {
-- markdown
"paragraph",
"fenced_code_block",
"list",
}
}) I am a bit concerned about possible naming collision in tree-sitter nodes, but I have no clue if it is a valid concern. If it is, then perhaps Default config with
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
I am loving using Twilight, but I have noticed that in markdown files Twilight does not proper see the see the beginning or end of each block. For example here you can see it highlight two blocks instead of just one. Is there anything I can do to get it to only highlight one block?
The text was updated successfully, but these errors were encountered: