gianarb / coc-grammarly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to set this plugin to check grammar only for comments and ignore code?

xbot opened this issue · comments

I did the following configurations in coc-settings.json:

    "grammarly.diagnostics": {
        "[php]": {
            "ignore": [
                "code"
            ]
        }
    },

But it didn't take effect as expected.