For example, if I type in the line below, which contains some CJK characters:
あいうえお???abcdefg???啊波次的额佛歌|
The last vertical line |
represents the position of the cursor.
And then when I hit Ctrl
+BackSpace
, the whole line will be deleted.
I have tried to modify the word_separators
option in the Settings
, adding some CJK characters like ‘の的?’, but nothing changes.
// Characters that are considered to separate words
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?の的?",
What I want is to separate the CJK characters by some user-defined characters or dictionary files.
Would you please give me some useful suggestions?
Thanks!