parent
7688c6fa2f
commit
b4d4251427
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ pub fn parse_position_comments(
|
|||
if let Ok(text) = node.utf8_text(source) {
|
||||
let mut position = node.start_position();
|
||||
if position.row > 0 {
|
||||
// Find the arrow character ("^" or '<-") in the comment. A left arrow
|
||||
// Find the arrow character ("^" or "<-") in the comment. A left arrow
|
||||
// refers to the column where the comment node starts. An up arrow refers
|
||||
// to its own column.
|
||||
let mut has_left_caret = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue