質問編集履歴

1

ソースコードの改変

2021/12/18 16:00

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  {
10
10
 
11
11
  "highlight-matching-tag.styles": {
12
+
13
+ "highlight-matching-tag.styles": {
12
14
 
13
15
  "opening": {
14
16
 
@@ -26,43 +28,9 @@
26
28
 
27
29
  },
28
30
 
29
- "closing": {
31
+ "inner": {
30
32
 
31
- "full": {
32
-
33
- "custom": {
34
-
35
- "dark": {
36
-
37
- "borderWidth": "0 0 1px 0",
38
-
39
- "borderColor": "white",
40
-
41
- "borderStyle": "solid",
33
+ "underline": "red"
42
-
43
- "borderRadius": "4px",
44
-
45
- "right": "10px"
46
-
47
- },
48
-
49
- "light": {
50
-
51
- "borderWidth": "0 0 1px 0",
52
-
53
- "borderColor": "brown",
54
-
55
- "borderStyle": "solid",
56
-
57
- "borderRadius": "4px",
58
-
59
- "right": "10px"
60
-
61
- }
62
-
63
- }
64
-
65
- }
66
34
 
67
35
  }
68
36