Closed emontnemery closed 5 years ago
Bump Ace editor version to 1.4.4 which improves highlight of multiline string in YAML (ajaxorg/ace#3919)
In previous version, yaml such as this would be incorrectly highlighted:
action: - service_template: > {% if is_state(trigger.entity_id, 'on') %} homeassistant.turn_on {% else %} homeassistant.turn_off {% endif %} data: entity_id: - light.led_trappan_uppe
Thanks. 👍
Bump Ace editor version to 1.4.4 which improves highlight of multiline string in YAML (ajaxorg/ace#3919)
In previous version, yaml such as this would be incorrectly highlighted: