JuliaEditorSupport/julia-vim

CocSem groups

tpoisot opened this issue · 0 comments

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