Method GetMultiLineComment
GetMultiLineComment(Point, out string, out string)
Gets the start and symbols multi-line comment.
public override bool GetMultiLineComment(Point pos, out string start, out string end)
Parameters
posPointPosition to check.
startstringStart symbol of multi-line comment.
endstringEnd symbol of multi-line comment.
Returns
- bool
True if parser supports multi-line comment; otherwise false.
GetMultiLineComment(out string, out string)
Gets the start and symbols multi-line comment.
public override bool GetMultiLineComment(out string start, out string end)
Parameters
Returns
- bool
True if parser supports multi-line comment; otherwise false.