mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-25 04:07:37 +00:00
Merge branch 'Microsoft/master' into update-css-intellisense
# Conflicts: # src/vs/languages/html/common/htmlTags.ts
This commit is contained in:
11
extensions/javascript/javascript.configuration.json
Normal file
11
extensions/javascript/javascript.configuration.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": [ "/*", "*/" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user