Sublime Forum

Is there a better way to turn off spell check for Japanese characters?

#41

wow… after I changed to:

"spell_check": true,
"spelling_selector": "markup.raw, source string.quoted - punctuation - meta.preprocessor.include, source comment - source comment.block.preprocessor, -(source, constant, keyword, storage, support, variable, markup.underline.link, meta.tag, meta.text.cjk)",

The un-wanted spell check of Chinese char comes back on…

The spell check will only be disabled when I use:

“spell_check”: true,
“spelling_selector”: “- meta.text.cjk”,

What is that? I am confused lol

0 Likes

#42

what if

"markup.raw - meta.text.cjk, source string.quoted - punctuation - meta.preprocessor.include - meta.text.cjk, source comment - source comment.block.preprocessor - meta.text.cjk, -(source, constant, keyword, storage, support, variable, markup.underline.link, meta.tag, meta.text.cjk)"```
1 Like

#43

Yah! Now it works!

Thank you @jfcherng

1 Like