Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1040c00

Browse files
committed
reformat
1 parent 0380d98 commit 1040c00

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed
Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"comments": {
3-
"blockComment": [
4-
"<!--",
5-
"-->"
6-
]
3+
"blockComment": ["<!--", "-->"]
74
},
85
"brackets": [
96
["{", "}"],
@@ -13,25 +10,10 @@
1310
"colorizedBracketPairs": [
1411
],
1512
"autoClosingPairs": [
16-
{
17-
"open": "{",
18-
"close": "}"
19-
},
20-
{
21-
"open": "[",
22-
"close": "]"
23-
},
24-
{
25-
"open": "(",
26-
"close": ")"
27-
},
28-
{
29-
"open": "<",
30-
"close": ">",
31-
"notIn": [
32-
"string"
33-
]
34-
}
13+
{ "open": "{", "close": "}" },
14+
{ "open": "[", "close": "]" },
15+
{ "open": "(", "close": ")" },
16+
{ "open": "<", "close": ">", "notIn": [ "string" ] }
3517
],
3618
"surroundingPairs": [
3719
["(", ")"],
@@ -50,5 +32,5 @@
5032
"end": "^\\s*<!--\\s*#?endregion\\b.*-->"
5133
}
5234
},
53-
"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" },
35+
"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" }
5436
}

editors/code/rustdoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"scopeName": "text.html.markdown.rustdoc",
1212
"repository": {
13-
"markdown":{
13+
"markdown": {
1414
"patterns": [
1515
{
1616
"include": "text.html.markdown"
1717
}
1818
]
1919
},
20-
"fenced_code_block":{
20+
"fenced_code_block": {
2121
"patterns": [
2222
{
2323
"include": "#fenced_code_block_rust"

0 commit comments

Comments
 (0)