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

Add hightlight groups for nvim-treesitter #230

Merged
merged 4 commits into from
Mar 5, 2021
Merged

Add hightlight groups for nvim-treesitter #230

merged 4 commits into from
Mar 5, 2021

Commits on Mar 4, 2021

  1. Add hightlight groups for nvim-treesitter

    The majority of this configuration was taken from
    ChristianChiarulli/nvcode-color-schemes.vim#14
    by [@nitishvelu](https://github.com/nitishvelu). I made a few minor
    tweaks based on a ruby project to make sure most of the original tokens
    were colored similarly.
    DerekStride committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0f619de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fd093 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Use builtin highlight groups

    Co-authored-by: Derek Sifford <dereksifford@gmail.com>
    DerekStride and dsifford authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8f4a1ee View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Derek Sifford <dereksifford@gmail.com>
    DerekStride and dsifford authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    703e7ef View commit details
    Browse the repository at this point in the history