Skip to content

Commit

Permalink
Merge pull request #280 from harpocrates/auto-close-backtick
Browse files Browse the repository at this point in the history
Auto-close backticks
  • Loading branch information
tgodzik authored Jan 10, 2025
2 parents 1fa3885 + ba49f26 commit a88f1ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
["s\"", "\""],
["f\"", "\""],
["raw\"", "\""],
["`", "`"]
],
// symbols that that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["`", "`"]
]
}

0 comments on commit a88f1ae

Please sign in to comment.