@coderabbitai/ast-grep-langs
    Preparing search index...

    Interface LangCapabilities

    interface LangCapabilities {
        supportsAstGrepParse: boolean;
        supportsCodeGraphDefinitions: boolean;
        supportsDocstrings: boolean;
        supportsImportGraph: boolean;
        supportsSemanticEntities: boolean;
    }
    Index

    Properties

    supportsAstGrepParse: boolean

    The language can be registered with ast-grep and parsed.

    supportsCodeGraphDefinitions: boolean

    The language has definition rules for CodeRabbit code graph context.

    supportsDocstrings: boolean

    The language is supported by CodeRabbit docstring extraction/generation.

    supportsImportGraph: boolean

    The language has import graph extraction support.

    supportsSemanticEntities: boolean

    The language has semantic entity extraction support in ChangeStack.