|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Typedefs | |
| using | tml::EmbeddedLanguagesMap = std::map< std::string, int > |
| Map from embedded language name to token type ID. | |
| using | tml::TokenTypeMap = std::map< std::string, StandardTokenType > |
| Map from scope pattern to standard token type. | |
| using tml::EmbeddedLanguagesMap = typedef std::map<std::string, int> |
| using tml::TokenTypeMap = typedef std::map<std::string, StandardTokenType> |