Open
Description
The example Language Specific keywords of the doesn't work in version 2.0.4
"[markdown]": {
"todohighlight.keywords": [
{
"text": "BRACKETS:",
"color": "#000000",
"backgroundColor": "pink",
"regex": {
"pattern": "(?<=\\{)[^\\}\\n]+(?=\\})" // highlight things in {ss} but not including line breaks
}
}
]
}
I could look into it, but I'm not sure if that's a good idea if @elazarcoh is done with the PR to transfer this extension to TS.