Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redcmd/yaml-syntax-highlighter
- Owner: RedCMD
- License: mit
- Created: 2024-05-14T10:55:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T02:29:49.000Z (2 months ago)
- Last Synced: 2024-09-09T03:44:23.718Z (2 months ago)
- Topics: syntax-highlighting, textmate-grammar, vscode-extension, yaml
- Homepage: https://marketplace.visualstudio.com/items?itemName=RedCMD.yaml-syntax
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)