Change python block comment to """. Fixes #42767

This commit is contained in:
Martin Aeschlimann
2018-02-26 21:23:19 +01:00
parent f7167ccda7
commit 033d21d196

View File

@@ -1,7 +1,7 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "'''", "'''" ]
"blockComment": [ "\"\"\"", "\"\"\"" ]
},
"brackets": [
["{", "}"],