Source Text Attribute Constants
These constants describe the attributes of a single character of source text.
- SOURCE_TEXT_ATTR_KEYWORD
- Character is a part of a language keyword.
- SOURCE_TEXT_ATTR_COMMENT
- Character is a part of a comment block.
- SOURCE_TEXT_ATTR_NONSOURCE
- Character is not a part of compiled language source text.
- SOURCE_TEXT_ATTR_OPERATOR
- Character is not a part of a language operator.
- SOURCE_TEXT_ATTR_NUMBER
- Character is a part of a language numeric constant.
- SOURCE_TEXT_ATTR_STRING
- Character is a part of a language string constant.
- SOURCE_TEXT_ATTR_FUNCTION_START
- Character indicates the start of a function block.