From 383b316cad9711060000bf0d63a27f439199b8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Fri, 10 Oct 2025 11:31:56 +0200 Subject: [PATCH] feat(editor): enable WrapSelectionsInTag action in HTML+ERB files --- languages/html-erb/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/html-erb/config.toml b/languages/html-erb/config.toml index 2278d5e..8527c0b 100644 --- a/languages/html-erb/config.toml +++ b/languages/html-erb/config.toml @@ -2,6 +2,7 @@ name = "HTML+ERB" grammar = "embedded_template" path_suffixes = ["html.erb"] autoclose_before = ">})" +wrap_characters = { start_prefix = "<", start_suffix = ">", end_prefix = "" } brackets = [{ start = "<", end = ">", close = true, newline = true }] block_comment = ["<%#", "%>"] word_characters = ["?", "!"]