semantic-highlight.vim
semantic-highlight.vim copied to clipboard
Semantic Highlighting for Vim
I spotted a small error in the documentation. An example to set g:semanticTermColors was using the wrong variable.
I was looking into how to configure the plugin under lua and could not see anything. Something along the line of: ``` local status_ok, semantic = pcall(require, "semantic") if not...
**Vim version:** 8.0 **Vim type:** terminal The plugin itself works, but the colors are not great (e.g. *black* being used - there are also a few other colors that don't...
I'm using the "go-to-definition" feature of [coc.vim ](https://github.com/neoclide/coc.nvim): ``` nmap gd (coc-definition) ``` The semantic highlight color lost after "go-to-definition", I have to reload the file by `:e` to get...
Due to using black color to colorize some words over grey background I needed to avoid black color to see this text. I'm not sure why number 6 is black...
There are match loops using index + len(match) due spaces and tabs are not being calculated, so a regex could match many times when the line has spaces or tabs
Hello, I am trying to get semantic-highlight to work with julia-vim. See screenshot:  julia-vim parses code blocks, i.e., code inside () or [] or inside a...
It would be nice if there were recommended color sets for recommended colorschemes. Have a doc recommended.md or the like and have something like: - solarized light - solarized dark...
Add support for TypeScript React files (.tsx). Essentially duplicating the `typescript` ignores with some extras. This might not be all the required ignores for `.tsx` files but seems good enough.
When starting vim without g:semanticPersistCacheLocation present (the one that defaults to ` $HOME . '/.semantic-highlight-cache'`) and then subsequently exiting vim, the persistCache function is called. This results in the following...