TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
Maps and Collections

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.
 

Detailed Description

Typedef Documentation

◆ EmbeddedLanguagesMap

using tml::EmbeddedLanguagesMap = typedef std::map<std::string, int>

Map from embedded language name to token type ID.

Used to classify tokens as specific language constructs

Definition at line 175 of file types.h.

◆ TokenTypeMap

using tml::TokenTypeMap = typedef std::map<std::string, StandardTokenType>

Map from scope pattern to standard token type.

Associates scope names with their semantic token classifications

Definition at line 179 of file types.h.