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

Bash highlight function name #20

Open
y0rune opened this issue Jan 2, 2022 · 1 comment
Open

Bash highlight function name #20

y0rune opened this issue Jan 2, 2022 · 1 comment

Comments

@y0rune
Copy link

y0rune commented Jan 2, 2022

Hello!
I find out that the function name in the function is not correct colored.

Example:
image

Dracula in VSCode:
image

Thank you!

@stelcodes
Copy link
Contributor

stelcodes commented Jan 27, 2022

@y0rune Do you have treesitter installed? It doesn't look like it's active based on your screenshot. This plugin supports treesitter and it will look much more like the VSCode highlighting once you get it running. If you're using Packer all you need is:

  use {
    'nvim-treesitter/nvim-treesitter',
    run = ':TSUpdate',
    config = function()
      require'nvim-treesitter.configs'.setup {
        ensure_installed = "maintained",
        highlight = {
          enable = true
        }
      }
    end
  }

EnderMaster77 pushed a commit to EnderMaster77/dracula.nvim that referenced this issue Apr 23, 2024
* Add optional packer plugins hook

* Provide help in README and simplify module

* Fix spelling and tweak verbiage about after/plugin
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

No branches or pull requests

2 participants