Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/language-configuration.json')
| -rw-r--r-- | editors/code/language-configuration.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index cf7b20eb79..b1ee0843e3 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -1,7 +1,7 @@ { "comments": { "lineComment": "//", - "blockComment": [ "/*", "*/" ] + "blockComment": ["/*", "*/"] }, "brackets": [ ["{", "}"], @@ -9,10 +9,10 @@ ["(", ")"] ], "colorizedBracketPairs": [ - ["{", "}"], - ["[", "]"], - ["(", ")"] - ], + ["{", "}"], + ["[", "]"], + ["(", ")"] + ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, |