import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { cinscopedecls } = op;
Keywords that are interpreted as a C++ scope declaration by cino-g
.
Useful e.g. for working with the Qt framework that defines additional
scope declarations "signals", "public slots" and "private slots":
set cinscopedecls+=signals,public\ slots,private\ slots
(default "public,protected,private")