You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using coc as an LSP engine, and it has a number of semantic highlighting groups that are useful. I have added a few of them as links to my vimrc (see below), and I wonder if there is an interest in making this part of the package?
I would be happy to open a PR with the julia highlight groups linked to their corresponding coc groups.
An example (for some of them)
" Highlight groups
hi default link juliaFunctionCall CocSem_function
hi default link juliaBaseTypeNum CocSem_type
hi default link juliaMacro CocSem_macro
hi default link juliaOperator CocSem_operator
hi default link juliaCommentL CocSem_comment
hi default link juliaSqBraIdxBlock CocSem_number
The text was updated successfully, but these errors were encountered:
I'm using coc as an LSP engine, and it has a number of semantic highlighting groups that are useful. I have added a few of them as links to my vimrc (see below), and I wonder if there is an interest in making this part of the package?
I would be happy to open a PR with the julia highlight groups linked to their corresponding coc groups.
An example (for some of them)
The text was updated successfully, but these errors were encountered: