Guilherme
Guilherme
### Package description The official Haskell language server (LSP) implementation. ### Home page URL https://github.com/haskell/haskell-language-server ### Source code URL https://github.com/haskell/haskell-language-server ### Packaging policy acknowledgement - [X] I have read and...
Specifiers like %d %f %c %s in format strings are not being highlighted, but are highlighted when using normal vim syntax
I am using neovim with nvim-treesitter. In this function: `int foo(char bar[], int baz);` bar is not highlighted as a parameter, unlike baz, which actually is recognized as such. Strangely,...
In: `#define exp ((1 + 5) / 7.04f)` exp is highlighted as if it were a function, which is not true. Expected behavior: differentiate #defines from actual function definitions, and...
Implement context-based incrementing and decrementing as suggested in #15033.