Skip to content

Commit

Permalink
Merge pull request #33 from maximtop/feature/add_ping
Browse files Browse the repository at this point in the history
add $ping type modifier
  • Loading branch information
ameshkov authored Jul 30, 2020
2 parents d612259 + 87ef981 commit 4dedc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/adblock.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -703,4 +703,4 @@
}
},
"scopeName": "text.adblock"
}
}

0 comments on commit 4dedc6b

Please sign in to comment.