Skip to content

Commit ba18577

Browse files
Merge pull request #16 from hugo-vrijswijk/patch-1
Add auto-closing pair settings for string interpolation
2 parents 1c91eca + ebe1ad0 commit ba18577

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

syntax/language-configuration.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
["[", "]"],
1818
["(", ")"],
1919
["\"", "\""],
20+
["s\"", "\""],
21+
["f\"", "\""],
22+
["raw\"", "\""],
2023
["'", "'"]
2124
],
2225
// symbols that that can be used to surround a selection
@@ -27,4 +30,4 @@
2730
["\"", "\""],
2831
["'", "'"]
2932
]
30-
}
33+
}

0 commit comments

Comments
 (0)