Skip to content

Commit b49f99b

Browse files
committed
Highlight whole createContext() call
1 parent 7c6688c commit b49f99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context/theme-detailed-theme-context.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const themes = {
99
},
1010
};
1111

12-
// highlight-next-line
12+
// highlight-range{1-3}
1313
export const ThemeContext = React.createContext(
1414
themes.dark
1515
);

0 commit comments

Comments
 (0)