Skip to content

Commit

Permalink
Add a schema for the diff format
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 31, 2019
1 parent 5ac95ea commit cf042c4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions diff.cfg
@@ -0,0 +1,36 @@
[change_child]
index=0
[thing]
[insert]
this="The best!!!"
words="An essential tool..."
[/insert]
[delete]
that="x"
[/delete]
[insert_child]
index=0
[oops]
whoops="hey"
[/oops]
[/insert_child]
[delete_child]
index=0
[stuff]
[/stuff]
[/delete_child]
[change_child]
index=1
[stuff]
[insert]
what=42
who="Arthur Dent"
[/insert]
[delete]
nine="x"
ten="x"
[/delete]
[/stuff]
[/change_child]
[/thing]
[/change_child]

0 comments on commit cf042c4

Please sign in to comment.