Skip to content

Disable spellchecking in Rust code

When editing Rust, I was getting lots of red squigglies because spellchecking was enabled for identifiers and similar. This fixes that, by only leaving spellcheck enabled for strings and comments.

Merge request reports