Skip to content

Commit c30dd7a

Browse files
authored
Update pdl-config.json
1 parent 272720c commit c30dd7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

PDL/pdl-hl/pdl-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,25 @@
66
"brackets": [
77
["{", "}"],
88
["[", "]"],
9-
["(", ")"]
9+
["(", ")"],
10+
["/", "/"]
1011
],
1112
"autoClosingPairs": [
1213
{ "open": "{", "close": "}" },
1314
{ "open": "[", "close": "]" },
1415
{ "open": "(", "close": ")" },
1516
{ "open": "'''", "close": "'''" },
17+
{ "open": "/'", "close": "'/" },
1618
{ "open": "/*", "close": "*/", "notIn": ["string"] },
1719
{ "open": "'", "close": "'", "notIn": ["string"] }
1820
],
1921
"surroundingPairs": [
2022
["{", "}"],
2123
["[", "]"],
2224
["(", ")"],
25+
["/", "/"],
2326
["'", "'"],
2427
["'''", "'''"],
2528
["/*", "*/"]
2629
]
27-
}
30+
}

0 commit comments

Comments
 (0)