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
pos
PointPosition to check.
start
stringStart symbol of multi-line comment.
end
stringEnd 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.