Sys TokenType

Revision as of 17:33, 12 February 2020 by Ldavidson (talk | contribs) (Created page with "This system variable is one index for the system variable SyntaxColors (see Sys SyntaxColors). This indexes the token types values of colors in the rows of the SyntaxColor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This system variable is one index for the system variable SyntaxColors (see Sys SyntaxColors). This indexes the token types values of colors in the rows of the SyntaxColors table. This cannot be changed. The members of this index are comments, text literals, keywords, variables, identifiers. Here is what these mean:

comments - comments using /*...*/ or {...} text literals - quoted text '...' or "..." keywords - reserved words like table, if, then, do, local, etc. variables - these are identifiers that are unresolved, that are not declared variables or identifiers of nodes identifiers - identifiers of nodes or declared variables

Comments


You are not allowed to post comments.