MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildModule

Method buildModule

src/syntaxhighlighter.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int SyntaxHighlighter::buildModule()
194{
195 setFormat(startIndex,lexerget_leng(scanner),keywordFormat);
196 return YY_CONTINUE;
197}
198
199int SyntaxHighlighter::buildFunction()
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected