Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language Specific keywords does not work #56

Open
olivierverwoerd opened this issue Aug 8, 2022 · 2 comments
Open

Language Specific keywords does not work #56

olivierverwoerd opened this issue Aug 8, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@olivierverwoerd
Copy link

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.

@elazarcoh
Copy link
Collaborator

Hmm kinda forgot about it. #47 was ready for review a while ago.

@jgclark
Copy link
Owner

jgclark commented Oct 29, 2022

I couldn't figure out why this was this failing. Did you get that far @olivierverwoerd or @elazarcoh in your update to TS?

@jgclark jgclark added the bug Something isn't working label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants