From 87ef981db59e56cbefabd0351bdf466324ea0cc9 Mon Sep 17 00:00:00 2001 From: Maxim Topchu Date: Fri, 14 Feb 2020 11:24:38 +0300 Subject: [PATCH] add $ping type modifier --- syntaxes/adblock.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxes/adblock.tmLanguage.json b/syntaxes/adblock.tmLanguage.json index 4f18b85..53383c3 100644 --- a/syntaxes/adblock.tmLanguage.json +++ b/syntaxes/adblock.tmLanguage.json @@ -519,7 +519,7 @@ "name": "keyword.other.adblock" }, { - "match": "(~?)(xhr|first-party|third-party|match-case|elemhide|content|jsinject|urlblock|document|image|stylesheet|script|object-subrequest|object|font|media|subdocument|xmlhttprequest|websocket|other|webrtc)", + "match": "(~?)(xhr|first-party|third-party|match-case|elemhide|content|jsinject|urlblock|document|image|stylesheet|script|object-subrequest|object|font|media|subdocument|xmlhttprequest|websocket|other|webrtc|ping)", "name": "keyword.other.adblock" }, { @@ -703,4 +703,4 @@ } }, "scopeName": "text.adblock" -} \ No newline at end of file +}