Enum TokenCategory

token category for syntax highlight

The enum base type is ubyte .

Enum members

Name Description
Character character literal
Comment
Comment_Documentation
Comment_MultyLine
Comment_MultyLineDoc
Comment_SingleLine
Comment_SingleLineDoc
Error error - unparsed character sequence
Error_InvalidComment invalid comment token - error occured while parsing comment
Error_InvalidIdentifier invalid identifier token - error occured while parsing identifier
Error_InvalidNumber invalid number token - error occured while parsing number
Error_InvalidOp invalid comment token - error occured while parsing comment
Error_InvalidString invalid string token - error occured while parsing string
Error_InvalidToken invalid token - generic
Float floating point number literal
Identifier
Identifier_Class
Identifier_Deprecated
Identifier_Local
Identifier_Member
Identifier_Struct
Integer integer literal
Keyword keyword
Op operator
String string literal
WhiteSpace
WhiteSpace_Space
WhiteSpace_Tab

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0