This repository was archived by the owner on May 7, 2024. It is now read-only.
Enable extension for unsupported languages #337
Answered
by
LasseRosenow
LasseRosenow
asked this question in
Q&A
|
I use this extension to check my latex files. It works good enough, having some small issues with latex tags is not a problem for me. The biggest problem is though, that I currently do this in copying my latex code into a markdown files, so it get checked and then copy it back. I can understand that this extension is disabled for unsupported languages by default, but it would be a huge help for me, This would improve my life a lot :) |
Answered by
LasseRosenow
Jan 12, 2023
Replies: 1 comment
|
Okay now I found the solution haha: Change this setting: from: "grammarly.files.include": ["**/README.md", "**/readme.md", "**/*.txt"]to: "grammarly.files.include": ["**/README.md", "**/readme.md", "**/*.txt", "**/*.tex"] |
0 replies
Answer selected by
LasseRosenow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay now I found the solution haha:
Change this setting:
from:
to: