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
Hey,
Just a heads up that Orgmode highlights were changed. This patch should fix it:
diff --git a/lua/headlines/init.lua b/lua/headlines/init.lua index 8bc5025..0d8c217 100644 --- a/lua/headlines/init.lua +++ b/lua/headlines/init.lua @@ -173,14 +173,14 @@ M.config = { ), headline_highlights = { "Headline" }, bullet_highlights = { - "OrgTSHeadlineLevel1", - "OrgTSHeadlineLevel2", - "OrgTSHeadlineLevel3", - "OrgTSHeadlineLevel4", - "OrgTSHeadlineLevel5", - "OrgTSHeadlineLevel6", - "OrgTSHeadlineLevel7", - "OrgTSHeadlineLevel8", + "@org.headline.level1", + "@org.headline.level2", + "@org.headline.level3", + "@org.headline.level4", + "@org.headline.level5", + "@org.headline.level6", + "@org.headline.level7", + "@org.headline.level8", }, bullets = { "◉", "○", "✸", "✿" }, codeblock_highlight = "CodeBlock",
The text was updated successfully, but these errors were encountered:
chore: update org headline highlight gropups
7c8c049
fix #71
618ef1b
Successfully merging a pull request may close this issue.
Hey,
Just a heads up that Orgmode highlights were changed. This patch should fix it:
The text was updated successfully, but these errors were encountered: