You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The following settings are supported:
44
44
45
45
##### Adding custom tags
46
46
47
-
In order to use the custom tags in your YAML file you need to first specify the custom tags in the setting of your code editor. For example, we can have the following custom tags:
47
+
In order to use the custom tags in your YAML file you need to first specify the custom tags in the setting of your code editor. For example, you can have the following custom tags:
48
48
49
49
```YAML
50
50
"yaml.customTags": [
@@ -56,7 +56,7 @@ In order to use the custom tags in your YAML file you need to first specify the
56
56
57
57
The !Scalar-example would map to a scalar custom tag, the !Seq-example would map to a sequence custom tag, the !Mapping-example would map to a mapping custom tag.
58
58
59
-
We can then use the newly defined custom tags inside our YAML file:
59
+
You can then use the newly defined custom tags inside the YAML file:
0 commit comments