包详细信息

@codemirror/lang-yaml

codemirror1.5mMIT6.1.2

YAML language support for the CodeMirror code editor

editor, code

自述文件

@codemirror/lang-yaml NPM version

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

This package implements YAML language support for the CodeMirror code editor.

The project page has more information, a number of examples and the documentation.

This code is released under an MIT license.

We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.

The initial implementation of this package was funded by Braintrust Data.

API Reference

yaml() → LanguageSupport

Language support for YAML.

yamlLanguage: LRLanguage

A language provider based on the Lezer YAML parser, extended with highlighting and indentation information.

yamlFrontmatter(config: {content: Language | LanguageSupport}) → LanguageSupport

Returns language support for a document parsed as config.content with an optional YAML "frontmatter" delimited by lines that contain three dashes.

更新日志

6.1.2 (2024-12-10)

Bug fixes

List @lezer/lr as a direct dependency for tools that require this.

Make block sequence items, rather than the whole sequence, fold targets.

6.1.1 (2024-04-12)

Bug fixes

Make block mapping entries, rather than the entire mapping, foldable.

6.1.0 (2024-04-07)

New features

yamlFrontmatter can now be used to wrap a language with a YAML frontmatter.

6.0.0 (2024-01-22)

New Features

First versioned release.