Matching and unmatching brackets

Hey so I’ve been trying to get the matching and unmatching bracket colours to appear but for some reason they don’t. I thought I’d have to add it to my own mode I created, but it seems that it’s already in the codemirror.css page. Any thoughts?
This is where I saw it http://codemirror.net/1/jstest.html

Nevermind this post I figured out my problem. I forgot to add the “matchbrackets.js” file and add a “matchBrackets: true” function to codemirror.

1 Like