streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.43k stars 127 forks source link

Support embedded languages #387

Open brandonkal opened 5 years ago

brandonkal commented 5 years ago

A fix here makes sense to make use of VSCode embedded languages. Example: JSON.stringify() should not be a flag in markdown with a fenced JavaScript block.

Jason3S commented 5 years ago

I have a long term plan on how to do this. The challenge is getting the time to work on it.