mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-14 17:59:56 +00:00
Run npm run format
This commit is contained in:
parent
32a140944f
commit
d24db9f2c3
3 changed files with 8 additions and 6 deletions
|
|
@ -7,8 +7,7 @@
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"]
|
["(", ")"]
|
||||||
],
|
],
|
||||||
"colorizedBracketPairs": [
|
"colorizedBracketPairs": [],
|
||||||
],
|
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
{ "open": "{", "close": "}" },
|
{ "open": "{", "close": "}" },
|
||||||
{ "open": "[", "close": "]" },
|
{ "open": "[", "close": "]" },
|
||||||
|
|
@ -32,5 +31,8 @@
|
||||||
"end": "^\\s*<!--\\s*#?endregion\\b.*-->"
|
"end": "^\\s*<!--\\s*#?endregion\\b.*-->"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wordPattern": { "pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})(((\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})|[_])?(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}))*", "flags": "ug" }
|
"wordPattern": {
|
||||||
|
"pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})(((\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})|[_])?(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}))*",
|
||||||
|
"flags": "ug"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue