Skip to content

Commit bc6825b

Browse files
committed
Proper code highlighters for samples in readme
1 parent 6f487ed commit bc6825b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Only these values will be edited:
126126
2) `CFBundleVersion` (new version)
127127

128128
Before:
129-
```
129+
```plist
130130
<?xml version="1.0" encoding="UTF-8"?>
131131
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
132132
<plist version="1.0">
@@ -142,7 +142,7 @@ Before:
142142
```
143143

144144
After:
145-
```
145+
```plist
146146
<?xml version="1.0" encoding="UTF-8"?>
147147
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
148148
<plist version="1.0">
@@ -165,7 +165,7 @@ Only these values will be edited:
165165
2) `manifest/@android:versionCode` (new version without dots)
166166

167167
Before:
168-
```
168+
```xml
169169
<?xml version="1.0" encoding="utf-8"?>
170170
<manifest
171171
xmlns:android="http://schemas.android.com/apk/res/android"
@@ -177,7 +177,7 @@ Before:
177177
```
178178

179179
After:
180-
```
180+
```xml
181181
<?xml version="1.0" encoding="utf-8"?>
182182
<manifest
183183
xmlns:android="http://schemas.android.com/apk/res/android"
@@ -195,7 +195,7 @@ Only these values will be edited:
195195
1) `Package/Identity/@Version` (new version)
196196

197197
Before:
198-
```
198+
```xml
199199
<?xml version="1.0" encoding="utf-8"?>
200200
<Package
201201
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
@@ -210,7 +210,7 @@ Before:
210210
```
211211

212212
After:
213-
```
213+
```xml
214214
<?xml version="1.0" encoding="utf-8"?>
215215
<Package
216216
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"

0 commit comments

Comments
 (0)