'Enable Bracket Matching' option in Codemirror

This commit is contained in:
eefano 2024-02-22 22:04:57 +01:00
parent 5e91287e3e
commit f54aa3d823
4 changed files with 19 additions and 1 deletions

View file

@ -64,3 +64,8 @@
#code .cm-focused {
outline: none;
}
#code .cm-matchingBracket {
text-decoration: underline 0.18rem;
text-underline-offset: 0.25rem;
}