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

feat: add new treesitter highlights #217

Merged
merged 4 commits into from
Jan 26, 2024
Merged

feat: add new treesitter highlights #217

merged 4 commits into from
Jan 26, 2024

Conversation

mvllow
Copy link
Member

@mvllow mvllow commented Jan 20, 2024

This PR adds new treesitter groups, ref nvim-treesitter/nvim-treesitter#2293 (comment)

Feedback is welcome

New options

{
  enable = {
+    legacy_highlights = true
  },
  groups = {
+    note = "pine",
+    todo = "rose",
  }
}

We may take this opportunity to refactor a lil, breaking out treesitter and plugin highlights into separate files.

Ref #216, #218

@mvllow mvllow linked an issue Jan 20, 2024 that may be closed by this pull request
@mvllow mvllow force-pushed the adopt-upstream branch 6 times, most recently from 4d1cb59 to c09c2ef Compare January 22, 2024 00:16
lua/rose-pine.lua Outdated Show resolved Hide resolved
This commit no longer parses each highlight group, but rather user
config values only.
@mvllow mvllow linked an issue Jan 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: start up performance Treesitter capture names changed
2 participants