-
Notifications
You must be signed in to change notification settings - Fork 454
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
Issue with tree-sitter-css #288
Comments
EDIT: Derek clarified the situation below.
Since this is NeoVim, I'll ping @dsifford |
Yeah, I'm aware of this. We need someone to go in and take the time/effort to update the tree sitter groups specifically for css. I've been meaning to get to it, but I so rarely use plain PR encouraged if you feel up for it @tientrinh21 |
Ah, seems I was missing some information. Thanks for clarifying Derek. |
Oh, thank you for all of your replies. I guess using another plugin could be a temporary alternative while figuring with tree-sitter groups for CSS. |
@dsifford Is the intent to duplicate, as needed, the groups already defined in Pic below, left side tree-sitter disabled, right side tree-sitter enabled. This is after It looks to me like the built-in syntax is more specific than the CSS tree-sitter queries. Pretty much everything is just |
Problem
Hello, I was trying to use treesitter these day, dracula works fine for me in HTML, JS and TS except CSS (with tree-sitter-css installed). All the class and properties appeared with no highlighting.
What happened
What I expected to happen
This is from neovim basic highlighting with css3 syntax plugins ('hail2u/vim-css3-syntax')
Machine Info
vim
/gvim
/neovim
): neovimThe text was updated successfully, but these errors were encountered: