Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

YAML flow mappings are not highlighted correctly #16

@oryband

Description

@oryband

Create a new ansible .yml file and put this in:

- name: install python packages
  pip: name={{item.name}} version={{item.version}}
  with_items:
    - { name: 'Jinja2', version: '2.7.1' }  # The "version .." string will be colored wrong.
    - { name: 'MySQL-python', version: '1.2.5' }  # Same here.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4075943-yaml-flow-mappings-are-not-highlighted-correctly?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions