From 08ee823bba2e77f1d0d0c6b857ea2d2dcf3945d3 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sun, 16 Sep 2018 17:36:53 +0200 Subject: [PATCH] Added 2 new syntaxes --- data/Syntax.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/data/Syntax.json b/data/Syntax.json index fb2cf0e41..599408c7c 100644 --- a/data/Syntax.json +++ b/data/Syntax.json @@ -2,7 +2,7 @@ { "id": 1, "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", - "name": "Hosts" + "name": "Hosts (localhost)" }, { "id": 2, @@ -37,7 +37,7 @@ { "id": 9, "definitionUrl": null, - "name": "IPs" + "name": "IPs (Singular or singular+range)" }, { "id": 10, @@ -58,5 +58,15 @@ "id": 13, "definitionUrl": "https://github.com/xd4rker/MinerBlock", "name": "MinerBlock" + }, + { + "id": 14, + "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", + "name": "Non-localhost hosts" + }, + { + "id": 15, + "definitionUrl": null, + "name": "IPs (Range-only)" } -] \ No newline at end of file +]