Open MaxiLambda opened 8 months ago
Neovim does not use the queries from this repo, but from nvim-treesitter.
You should be able to disable special highlighting for these keywords with:
highlight! link @keyword.exception Normal
or some other command (clear, concrete color).
The finally function is highlighted like a language keyword.
I would expect "finally" to have the same highlighting as any other function
Example picture of highlighting in neovim: