|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Enumerations | |
| enum class | tml::StandardTokenType { StandardTokenType::Other = 0 , StandardTokenType::Comment = 1 , StandardTokenType::String = 2 , StandardTokenType::RegEx = 3 } |
| Standard TextMate token type for syntax classification. More... | |
| enum class | tml::OptionalStandardTokenType { OptionalStandardTokenType::Other = 0 , OptionalStandardTokenType::Comment = 1 , OptionalStandardTokenType::String = 2 , OptionalStandardTokenType::RegEx = 3 , OptionalStandardTokenType::NotSet = 8 } |
| Standard token type with optional (unknown) state. More... | |
|
strong |
|
strong |