Skip to content

Commit

Permalink
fix duplicate ending tag on erb.html files(#3117) (#3121)
Browse files Browse the repository at this point in the history
fix duplicate ending tag (#3117)
  • Loading branch information
jules-w2 authored Feb 6, 2025
1 parent b989e0f commit 11d6ef6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode/languages/erb.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
],
"autoClosingPairs": [
["<%", "%>"],
["<%=", "%>"],
["<%#", "%>"],
["{", "}"],
["[", "]"],
["(", ")"],
Expand Down

0 comments on commit 11d6ef6

Please sign in to comment.