lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Added setting of syntax highlight #58

Closed kagerouttepaso closed 7 years ago

kagerouttepaso commented 7 years ago

When there was ':' in the code, the syntax highlight was not working properly. Example

value = is_true? 1 : 2;

A comparator was added to the syntax setting.