Interface PluginPackageGrammarsContribution

interface PluginPackageGrammarsContribution {
    embeddedLanguages?: ScopeMap;
    injectTo?: string[];
    language?: string;
    path: string;
    scopeName: string;
    tokenTypes?: ScopeMap;
}

Properties

embeddedLanguages?: ScopeMap
injectTo?: string[]
language?: string
path: string
scopeName: string
tokenTypes?: ScopeMap