python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I apply syntax highlighting to a string literal in Code Mirror?
I'm writing a python library that operates on C++ code stored in string literals. The normal use case is to create a code object like so:
code(r"""
void* foo() {
return NULL;
}
&quo...
MemoryWrangler
Votes: 0
Answers: 0
How to configure custom brackets for markdown for `@codemirror/closebrackets`?
I am making a markdown editor with CodeMirror 6 and I want to autoclose such signs as '`' or '*' or '_', not only {('". So far reading the documentation I can't figure out where should I put the...

Богуслав Павлишинець
Votes: 0
Answers: 1
Change left and right panel background color and on "goNextDiff" and on "goPrevDiff", change border-top and border bottom color
There's total of 3 panel to compare and I want to change the background-color of left and right panel which is not editable, only middle panel is editable but I could not find any method to change th...
janksion
Votes: 0
Answers: 0