Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redcmd/yaml-syntax-highlighter

VSCode YAML TextMate grammar syntax highlighter extension
https://github.com/redcmd/yaml-syntax-highlighter

syntax-highlighting textmate-grammar vscode-extension yaml

Last synced: 6 days ago
JSON representation

VSCode YAML TextMate grammar syntax highlighter extension

Awesome Lists containing this project

README

        

# YAML Ain't Markup Language syntax

[Visual Studio Code](https://code.visualstudio.com/) uses these [grammars](https://github.com/RedCMD/YAML-Syntax-Highlighter/tree/main/syntaxes) as part of their [built-in](https://github.com/microsoft/vscode/tree/main/extensions/yaml) syntax highlighting and basic language support

## Features

- Syntax highlighting
- Bracket matching
- YAML versions [1.2](https://yaml.org/spec/1.2.2), [1.1](https://yaml.org/spec/1.1/), [1.0](https://yaml.org/spec/1.0/) and [1.3](https://spec.yaml.io/main/spec/1.3.0/)

## For more information

- Previously known [Issues](https://github.com/RedCMD/YAML-Syntax-Highlighter/issues/1)
- Original YAML [grammar](https://github.com/textmate/yaml.tmbundle)
- Atom's YAML [grammar](https://github.com/atom/language-yaml)
- Offical YAML [website](https://yaml.org/)
- Github [repo](https://github.com/RedCMD/YAML-Syntax-Highlighter)
- Marketplace [extension](https://marketplace.visualstudio.com/items?itemName=RedCMD.yaml-syntax)