-
Just updated the Catppuccin theme for nvim and I noted that the functions in PHP are now colored white. In other languages they are blue as they used to be (I'm using Frappé). I tried overriding the color with I haven't installed any new plugins, LSP's etc. in the meantime. Anyone else having this issue? I also have Treesitter in use, but disabling it made no difference. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'll answer myself, might be beneficial for someone else too: The issue was with Treesitter after all. I couldn't update the tree-sitter-php for some reason. Running |
Beta Was this translation helpful? Give feedback.
I'll answer myself, might be beneficial for someone else too:
The issue was with Treesitter after all. I couldn't update the tree-sitter-php for some reason. Running
TSInstall all
andTSUpdate
solved the issue. Don't know what it was hung up on.