Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38A60200C7C for ; Sun, 21 May 2017 17:26:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 373CB160BA4; Sun, 21 May 2017 15:26:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 68E76160BD8 for ; Sun, 21 May 2017 17:26:28 +0200 (CEST) Received: (qmail 38764 invoked by uid 500); 21 May 2017 15:26:27 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 38702 invoked by uid 99); 21 May 2017 15:26:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2017 15:26:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 16D84E04AA; Sun, 21 May 2017 15:26:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Sun, 21 May 2017 15:26:32 -0000 Message-Id: <44d7ca7fbd714f6fa9ae29cea392922b@git.apache.org> In-Reply-To: <68ba292fe6754317a8cc0f467d02cfbb@git.apache.org> References: <68ba292fe6754317a8cc0f467d02cfbb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/8] polygene-java git commit: Fix core bootstrap documentation JSON snippet using wrong syntax highlighting archived-at: Sun, 21 May 2017 15:26:29 -0000 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/develop Commit: 5ba25755bdec170a33a7888944def1f4e5cc27e9 Parents: 039563b Author: Paul Merlin Authored: Sun May 21 16:51:20 2017 +0200 Committer: Paul Merlin 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.",