commit | 51e5e3f5d043390998bbec5989a2409236e20b8d | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed Oct 17 15:10:03 2018 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Wed Oct 17 15:10:39 2018 +0200 |
tree | 8edf0771291afead0c062d05eb24df97baf9774a | |
parent | 488e04b7a6a40eeee80500102dac83a39aa01079 [diff] [blame] |
Added annotation parser and implemented key-value structure. Change-Id: I8244f81dda48f6c4a002b13d74fc79a3066eac06
diff --git a/full/annotation-scripts/foundries/dereko.js b/full/annotation-scripts/foundries/dereko.js new file mode 100644 index 0000000..e31f42e --- /dev/null +++ b/full/annotation-scripts/foundries/dereko.js
@@ -0,0 +1,9 @@ +define(["hint/foundries"], function (ah) { + ah["-"].push( + ["DeReKo", "dereko/", "Structure"] + ); + + ah["dereko/"] = [ + ["Structure", "s="] + ]; +});