You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The example Language Specific keywords of the doesn't work in version 2.0.4
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.
The text was updated successfully, but these errors were encountered: