| 649 | } |
| 650 | |
| 651 | int LexState::LineEndTypesSupported() { |
| 652 | if (instance && (interfaceVersion >= lvSubStyles)) { |
| 653 | return static_cast<ILexerWithSubStyles *>(instance)->LineEndTypesSupported(); |
| 654 | } |
| 655 | return 0; |
| 656 | } |
| 657 | |
| 658 | int LexState::AllocateSubStyles(int styleBase, int numberStyles) { |
| 659 | if (instance && (interfaceVersion >= lvSubStyles)) { |