opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add yaml language server support

Open Sam-3Degrees opened this issue 5 months ago • 0 comments

Summary

  • Add YAML language server support to opencode
  • Enables syntax highlighting, error detection, and schema validation for .yml and .yaml files
  • Uses yaml-language-server via Bun's package runner for automatic installation

Testing

  • ✅ Verified LSP starts correctly: service=lsp.client serverID=yaml starting client and initialized
  • ✅ Tested with multiple YAML file formats (.yml, .yaml)

Fixes

  • Closes #1343

Sam-3Degrees avatar Jul 26 '25 14:07 Sam-3Degrees