EscRange
A Range defines a range within an environment definition.
Properties
environmentstring optionalThe name of the environment.- The beginning of the range.
- ↳
lineinteger requiredLine is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered. - ↳
columninteger requiredColumn is the source code column where this position points. Columns are counted in visual cells starting at 1, and are incremented roughly per grapheme cluster encountered. - ↳
byteinteger requiredByte is the byte offset into the file where the indicated position begins. - The end of the range.
- ↳
lineinteger requiredLine is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered. - ↳
columninteger requiredColumn is the source code column where this position points. Columns are counted in visual cells starting at 1, and are incremented roughly per grapheme cluster encountered. - ↳
byteinteger requiredByte is the byte offset into the file where the indicated position begins.