Skip to content

Commit 87e7ced

Browse files
committed
Little improvements of code highlighting
1 parent 88b20e1 commit 87e7ced

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/src/examples/DropIndicatorCustomComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function DropIndicatorCustomComponentExample() {
8484

8585
return (
8686
<View style={styles.container}>
87-
// highlight-next-line
87+
{/* highlight-next-line */}
8888
<Sortable.Grid
8989
columnGap={10}
9090
columns={3}

packages/docs/src/examples/DropIndicatorCustomStyle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function DropIndicatorCustomStyleExample() {
1616

1717
return (
1818
<View style={styles.container}>
19-
// highlight-next-line
19+
{/* highlight-next-line */}
2020
<Sortable.Grid
2121
columnGap={10}
2222
columns={3}

0 commit comments

Comments
 (0)