Highlight whole createContext() call

This commit is contained in:
Alex Krolick
2018-03-21 12:16:23 -07:00
parent 7c6688c12c
commit b49f99b7d1

View File

@@ -9,7 +9,7 @@ export const themes = {
},
};
// highlight-next-line
// highlight-range{1-3}
export const ThemeContext = React.createContext(
themes.dark
);