| 663 | } |
| 664 | |
| 665 | int LexState::SubStylesStart(int styleBase) { |
| 666 | if (instance && (interfaceVersion >= lvSubStyles)) { |
| 667 | return static_cast<ILexerWithSubStyles *>(instance)->SubStylesStart(styleBase); |
| 668 | } |
| 669 | return -1; |
| 670 | } |
| 671 | |
| 672 | int LexState::SubStylesLength(int styleBase) { |
| 673 | if (instance && (interfaceVersion >= lvSubStyles)) { |