Fix core bootstrap documentation JSON snippet using wrong syntax highlighting
Loading that page opened a browser pop-up saying `json` is not a supported syntax `javascript` is the one Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/5ba25755 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/5ba25755 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/5ba25755 Branch: refs/heads/yeoman-work Commit: 5ba25755bdec170a33a7888944def1f4e5cc27e9 Parents: 039563b Author: Paul Merlin <[email protected]> Authored: Sun May 21 16:51:20 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun May 21 16:51:20 2017 +0200 ---------------------------------------------------------------------- core/bootstrap/src/docs/bootstrap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/5ba25755/core/bootstrap/src/docs/bootstrap.txt ---------------------------------------------------------------------- diff --git a/core/bootstrap/src/docs/bootstrap.txt b/core/bootstrap/src/docs/bootstrap.txt index e20b995..6e00521 100644 --- a/core/bootstrap/src/docs/bootstrap.txt +++ b/core/bootstrap/src/docs/bootstrap.txt @@ -232,7 +232,7 @@ it is possible to define the application structure from a JSON document, AND cal taking the JSON document as input on +System.in+. The format of the JSON document, directly reflects the application structure, such as -[source,json] +[source,javascript] ---- { "name": "Build from JSON test.",
