cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

Request highlighting and inactive regions if needed #44

Closed jaelsasser closed 6 years ago

jaelsasser commented 6 years ago

@jacobdufault this has a very small chance to break some user's config if they manually added [{"highlight": True}, "emitInactiveRegions": True] into cquery-extra-init-params, but this is probably the better long-term solution.

I don't use the semantic highlighting feature, but this is disabling / enable them when requested (and the inactive-region grayout is working just fine).

jacobdufault commented 6 years ago

Thanks!