diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 3c91d0d79ad..7ec5160d10d 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -18,7 +18,8 @@ Atom An open-source, free GUI text editor created and maintained by GitHub. You can keep track of git project changes, commit from the GUI, and see what branch you are on. You can customize the themes for different colors and install syntax highlighting packages for different languages. You can install Atom on Linux, macOS and Windows. Useful Atom plugins include: -* `language-yaml `_ - YAML highlighting for Atom. +* `language-yaml `_ - YAML highlighting for Atom (built-in). +* `linter-js-yaml `_ - parses your YAML files in Atom through js-yaml. Emacs @@ -87,6 +88,7 @@ Tools for Validating Playbooks - `Ansible Lint `_ - widely used, highly configurable best-practices linter for Ansible playbooks. - `Ansible Review `_ - an extension of Ansible Lint designed for code review. - `Molecule `_ is a testing framework for Ansible plays and roles. +- `yamllint `__ is a command-line utility to check syntax validity including key repetition and indentation issues. ***********