Home
last modified time | relevance | path

Searched refs:initLanguageServer (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h131 …LSResult initLanguageServer ( const string& executable, const vector<string> &options, const strin…
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp691 … highlight::LSResult lsInitRes=generator->initLanguageServer ( lsExecutable, lsOptions, in run()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp206 LSResult CodeGenerator::initLanguageServer ( const string& executable, const vector<string> &option… in initLanguageServer() function in highlight::CodeGenerator
/dports/textproc/highlight/highlight-4.1/src/gui-qt/
H A Dmainwindow.cpp2189 highlight::LSResult lsInitRes=generator->initLanguageServer ( lsExecutable, lsOptions, in initializeLS()