dlangide v0.2.9 (2015-02-17T13:41:12Z)
Home
Dub
Repo
SimpleDSyntaxHighlighter.TokenWithRange
dlangide
tools
d
dsyntaxhighlighter
SimpleDSyntaxHighlighter
Undocumented in source.
class
SimpleDSyntaxHighlighter
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
dlangide
tools
d
dsyntaxhighlighter
SimpleDSyntaxHighlighter
constructors
this
functions
canToggleBlockComment
canToggleLineComment
commentLine
findPairedBracket
getPositionToken
getRangeTokens
initTokenizer
isInsideBlockComment
isLineComment
nextBracket
nextToken
toggleBlockComment
toggleLineComment
tokenStart
uncommentLine
updateHighlight
properties
content
supportsToggleBlockComment
supportsToggleLineComment
static functions
isBracket
isCloseBracket
isOpenBracket
pairedBracket
structs
TokenWithRange
variables
_bracketStack
_content
_file
_lastToken
_lastTokenStart
_lines
_props
_tokenizer