From 62317412de342b42da05f0da5a3652fe83f50669 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Fri, 21 Sep 2018 23:25:44 +0200 Subject: [PATCH] Added the Little Snitch syntax --- data/Syntax.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/Syntax.json b/data/Syntax.json index a26cbaa15..474a436a1 100644 --- a/data/Syntax.json +++ b/data/Syntax.json @@ -78,5 +78,10 @@ "id": 17, "definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection", "name": "uBlock Origin scriptlet injection" + }, + { + "id": 18, + "definitionUrl": "https://help.obdev.at/littlesnitch/#/lsc-rule-group-subscriptions", + "name": "Little Snitch subscription-style rules" } ]