Skip to content

Commit 656476d

Browse files
committed
[README] Make the diff syntax highlighted
1 parent d18cb0f commit 656476d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ versions (e.g. `git diff`) of .xcdatamodel files used to describe Core
66
Data managed object models. An example `git diff` output follows (see
77
the "Output Format" section below for a more details):
88

9-
diff --git a/Recipes.xcdatamodel/elements b/Recipes.xcdatamodel/elements
10-
index 35a20f3..939bc61 100644
11-
--- a/Recipes.xcdatamodel/elements
12-
+++ b/Recipes.xcdatamodel/elements
13-
@@ -3,7 +3,7 @@ Entity: Image (NSManagedObject)
14-
Rel: recipe Recipe image Nullify I fVH2lmmkHE4j/FvzfJ2et3KsNxcA8p5BJp2d/xd4hH0=
15-
16-
Entity: Ingredient (Ingredient)
17-
- Att: amount String O b9/jjR2iJtm4oldVJwj25X+/hpEL6/1CM5hLhgV48Iw=
18-
+ Att: amount Integer16 O RmH9Sk61kxsb8+GUEqlEkIuV4tDjxxhMNsHUu/tBW6I=
19-
Att: displayOrder Integer16 kMPJ+qU+fnBipO5Ajep+KT3rKB9zeOPrav0q4rMSt7k=
20-
Att: name String jLmWXAAxrGiROYTzEQlBrZZTlb6f2bF9575UvHrUaJA=
21-
Rel: recipe Recipe ingredients Nullify O I GvmjTsOh76OGkr0Lmnxdh8u6FO4E+iuEYa0mRZPuKJQ=
9+
```diff
10+
diff --git a/Recipes.xcdatamodel/elements b/Recipes.xcdatamodel/elements
11+
index 35a20f3..939bc61 100644
12+
--- a/Recipes.xcdatamodel/elements
13+
+++ b/Recipes.xcdatamodel/elements
14+
@@ -3,7 +3,7 @@ Entity: Image (NSManagedObject)
15+
Rel: recipe Recipe image Nullify I fVH2lmmkHE4j/FvzfJ2et3KsNxcA8p5BJp2d/xd4hH0=
16+
17+
Entity: Ingredient (Ingredient)
18+
- Att: amount String O b9/jjR2iJtm4oldVJwj25X+/hpEL6/1CM5hLhgV48Iw=
19+
+ Att: amount Integer16 O RmH9Sk61kxsb8+GUEqlEkIuV4tDjxxhMNsHUu/tBW6I=
20+
Att: displayOrder Integer16 kMPJ+qU+fnBipO5Ajep+KT3rKB9zeOPrav0q4rMSt7k=
21+
Att: name String jLmWXAAxrGiROYTzEQlBrZZTlb6f2bF9575UvHrUaJA=
22+
Rel: recipe Recipe ingredients Nullify O I GvmjTsOh76OGkr0Lmnxdh8u6FO4E+iuEYa0mRZPuKJQ=
23+
```
2224

2325
The project source compiles to a binary, `XCDataModelPrinter`, which
2426
prints a textual representation of a .xcdatamodel file. This binary

0 commit comments

Comments
 (0)