We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
editor::WrapSelectionsInTag
1 parent 3ed9aea commit c888312Copy full SHA for c888312
languages/html-erb/config.toml
@@ -2,6 +2,7 @@ name = "HTML+ERB"
2
grammar = "embedded_template"
3
path_suffixes = ["html.erb"]
4
autoclose_before = ">})"
5
+wrap_characters = { start_prefix = "<", start_suffix = ">", end_prefix = "</", end_suffix = ">" }
6
brackets = [{ start = "<", end = ">", close = true, newline = true }]
7
block_comment = ["<%#", "%>"]
8
word_characters = ["?", "!"]
0 commit comments