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

fix: treesitter markdown italic #334

Merged
merged 1 commit into from
May 7, 2024

Conversation

xudyang1
Copy link
Contributor

@xudyang1 xudyang1 commented May 7, 2024

No description provided.

@xudyang1
Copy link
Contributor Author

xudyang1 commented May 7, 2024

Current workaround with overrides:

require("gruvbox").setup({
  overrides = {
    ["@markup.italic"] = {
      italic = true,
    },
  }
}

With this pull request, italic works correctly without overrides.

@ellisonleao ellisonleao self-requested a review May 7, 2024 04:17
Copy link
Owner

@ellisonleao ellisonleao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @xudyang1 , can you make it a link to @text.emphasis instead please?

@xudyang1
Copy link
Contributor Author

xudyang1 commented May 7, 2024

thanks @xudyang1 , can you make it a link to @text.emphasis instead please?

Yes, the code is updated

@ellisonleao ellisonleao merged commit 054b7fb into ellisonleao:main May 7, 2024
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.

None yet

2 participants