import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { spelloptions } = op;
A comma-separated list of options for spell checking: camel When a word is CamelCased, assume "Cased" is a separate word: every upper-case character in a word that comes after a lower case character indicates the start of a new word.
(default "")
not available when compiled without the +syntax
feature