mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Python: Block comment is three single quotes and not two #18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#",
|
||||
"blockComment": [ "''", "''" ]
|
||||
"blockComment": [ "'''", "'''" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
|
||||
Reference in New Issue
Block a user