Skip to main content

Crate editor_core_lang

Crate editor_core_lang 

Source
Expand description

editor-core-lang - data-driven language configuration helpers for editor-core.

This crate intentionally stays lightweight and does not depend on lsp-types or any parsing/highlighting systems. It provides small structs that hosts can use to configure editor-kernel features in a language-aware way.

Structsยง

CommentConfig
Comment tokens/config for a given language.