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

Problem in semantic highlighting C standard library functions #34

Open iosmanthus opened 6 years ago

iosmanthus commented 6 years ago

In vscode, C standard library functions are highlighted as ordinary functions, but in Emacs with emacs-cquery they are not highlighted but others are highlighted properly screenshot from 2018-04-06 18-31-03 .

innerout commented 6 years ago

I dont think that is a cquery feature.Probably vscode has a plugin that highlights the standard library functions.