Skip to content

Commit

Permalink
Add auto-closing pair for string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored Mar 22, 2019
1 parent 1c91eca commit ebe1ad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion syntax/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["s\"", "\""],
["f\"", "\""],
["raw\"", "\""],
["'", "'"]
],
// symbols that that can be used to surround a selection
Expand All @@ -27,4 +30,4 @@
["\"", "\""],
["'", "'"]
]
}
}

0 comments on commit ebe1ad0

Please sign in to comment.