Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/option/mod.ts>cinscopedecls

📚 Standard module for denops.vim
Go to Latest
variable cinscopedecls
import { cinscopedecls } from "https://deno.land/x/denops_std@v5.0.1/option/mod.ts";

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")