syntaxhighlighter icon indicating copy to clipboard operation
syntaxhighlighter copied to clipboard

support for '@' symbol in dark mode

Open CoderTag opened this issue 5 years ago • 0 comments

I have chosen Python in Gutenberg editor. In python i have used '@' symbol as decorator in the code. and I have used dark mode. while displaying '@mock' background and font end text both becoming dark, So can not see the code in the browser.

@mock.patch("mock_function.randint", return_value=2, autospec=True) def test_mock(v): assert abc(2) == 4

CoderTag avatar Feb 18 '20 10:02 CoderTag