yaml-mode.el (editors/yaml-mode.el) Add to my watchlist

An emacs major mode for editing yaml files.

This is a major mode for editing files in the YAML data serialization format. It was initially developed by Yoshiki Kurihara and many features were added by Marshall Vandegrift. As YAML and Python share the fact that indentation determines structure, this mode provides indentation and indentation command behavior very similar to that of python-mode.

Version: 0.0.8 License: GPL-2+ GitHub
Maintainers michael.dagitses (GitHub handle not provided)
Categories editors
Homepage https://github.com/yoshiki/yaml-mode
Platforms any
Variants -

"yaml-mode.el" depends on

lib (1)
build (1)

Ports that depend on "yaml-mode.el"

No ports


Port notes

To use this mode, put the following in your ~/.emacs:

(require 'yaml-mode)

To automatically handle files ending in '.yaml, add something like:

(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))


Port Health:

Loading Port Health

Installations (30 days)

7

Requested Installations (30 days)

7

Livecheck results

yaml-mode.el seems to have been updated (port version: 0.0.8, new version: 0.0.10)

livecheck ran: 4 hours ago