VS Code Extensions
typeYAML

typeYAML

by magnificent-language

Language support for typed YAML (.taml): highlighting, diagnostics, completion, and navigation.

Downloads

1

Rating

(0)

Version

1.0.1

Last updated

Jul 20, 2026

typeYAML logo

The official VS Code extension for .taml files. It provides language recognition, TextMate syntax highlighting, and an LSP client for diagnostics, completion, hover details, go-to-definition, rename, and semantic tokens.

Develop or package

cd vscode-extension
npm install
npm run package

Install the generated typeyaml.vsix through Extensions: Install from VSIX....

The extension starts taml-lsp from PATH. Configure typeyaml.languageServer.path in VS Code settings when the binary is installed somewhere else.

The legacy editors/vscode directory is retained for compatibility; this top-level folder is the canonical package location for future extension work and release packaging.

Related extensions