Skip to content

Commit

Permalink
Upgraded playground.js
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Apr 5, 2024
1 parent b4cc9e0 commit 7ec155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree-sitter-tlaplus/js/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ let tree;
} else {
fieldName = '';
}
row = `<div>${' '.repeat(indentLevel)}${fieldName}<a class='plain' href="#" data-id=${id} data-range="${start.row},${start.column},${end.row},${end.column}">${displayName}</a> [${start.row}, ${start.column}] - [${end.row}, ${end.column}])`;
row = `<div>${' '.repeat(indentLevel)}${fieldName}<a class='plain' href="#" data-id=${id} data-range="${start.row},${start.column},${end.row},${end.column}">${displayName}</a> [${start.row}, ${start.column}] - [${end.row}, ${end.column}]`;
finishedRow = true;
}

Expand Down

0 comments on commit 7ec155b

Please sign in to comment.