Describe the bug
I code some python codes in the codeblock of markdown. But the rainbow plugin did not work in the area.
To Reproduce
- create a test.md
- code some python codes in the codeblock
File: test.md`, filetype=markdown
a=1
b=[1,2,[2,3]]
print(a,b(2))
Expected behavior
The ( and [ should be different colors.
Screenshots

Additional context
And I found the math environment has the same problem.
