dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
DMLSyntaxSupport.TokenWithRange
dlangui
dml
dmlhighlight
DMLSyntaxSupport
Undocumented in source.
class
DMLSyntaxSupport
static
struct
TokenWithRange {
Token
token
;
TextRange
range
;
string
toString
[@property getter];
}
Members
Properties
toString
string
toString
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
range
TextRange
range
;
Undocumented in source.
token
Token
token
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
dml
dmlhighlight
DMLSyntaxSupport
constructors
this
functions
applyClosingCurlySmartIndent
applyNewLineSmartIndent
applySmartIndent
canToggleBlockComment
canToggleLineComment
commentLine
findPairedBracket
getPositionToken
getRangeTokens
initTokenizer
isInsideBlockComment
isLineComment
nextBracket
nextToken
supportsSmartIndents
toggleBlockComment
toggleLineComment
tokenStart
uncommentLine
updateHighlight
properties
content
supportsToggleBlockComment
supportsToggleLineComment
static functions
isBracket
isCloseBracket
isOpenBracket
pairedBracket
structs
TokenWithRange
variables
_bracketStack
_content
_file
_opInProgress
_props
_tokenIndex
_tokens