Skip to content

Commit 69ad664

Browse files
committed
quotation marks autoclosing
1 parent c447a45 commit 69ad664

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

syntaxes/sage.tmLanguage.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"autoClosingPairs": [
2525
{ "open": "{", "close": "}" },
2626
{ "open": "[", "close": "]" },
27-
{ "open": "(", "close": ")" }
27+
{ "open": "(", "close": ")" },
28+
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
29+
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] }
2830
],
2931
"surroundingPairs": [
3032
["'", "'"],

0 commit comments

Comments
 (0)