SemanticDiff
SemanticDiff copied to clipboard
Support for the YAML file format
The YAML file format (.yml, .yaml) is often used for configuration files.
Examples:
- Gitlab CI (
.gitlab-ci.yml) - Ansible playbooks
- Kubernetes resources
- ...
+1 for this -- this seems like a straightforward ask, very similar to adding JSON support. Would also translate to TOML support nicely.