提交 b69727d5 编写于 作者: E Erich Gamma

Merge pull request #550 from Microsoft/joh/fix47

Fix #47, add support for comments and brackets for JSX
{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
\ No newline at end of file
......@@ -7,7 +7,8 @@
"languages": [{
"id": "javascriptreact",
"aliases": ["JavaScript React","jsx"],
"extensions": [".jsx"]
"extensions": [".jsx"],
"configuration": "./javascript.configuration.json"
},
{
"id": "javascript",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册