Skip to content

Commit

Permalink
Merge pull request #354 from DarwisNarvaezDev/RSE-384
Browse files Browse the repository at this point in the history
RSE-384 Fix: No Syntax Highlight Between Edit Sessions Ansible Plugin
  • Loading branch information
ltamaster authored Mar 26, 2024
2 parents 6365f98 + 16deeba commit 366b40f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ public static String[] getValues() {
.description("Set additional playbook YAML or JSON variables.")
.renderingOption(StringRenderingConstants.DISPLAY_TYPE_KEY, StringRenderingConstants.DisplayType.CODE)
.renderingOption(StringRenderingConstants.CODE_SYNTAX_MODE, "yaml")
.renderingOption(StringRenderingConstants.CODE_SYNTAX_SELECTABLE, true)
.build();

public static Property EXTRA_ATTRS_PROP = PropertyUtil.string(
Expand Down

0 comments on commit 366b40f

Please sign in to comment.