| 191 | } |
| 192 | |
| 193 | int SyntaxHighlighter::buildModule() |
| 194 | { |
| 195 | setFormat(startIndex,lexerget_leng(scanner),keywordFormat); |
| 196 | return YY_CONTINUE; |
| 197 | } |
| 198 | |
| 199 | int SyntaxHighlighter::buildFunction() |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected