We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4e3b0 commit 4b0dcbbCopy full SHA for 4b0dcbb
package.json
@@ -2,7 +2,7 @@
2
"name": "adblock",
3
"displayName": "Adblock/AdGuard/uBlock filters grammar",
4
"description": "VS code extension that adds support for ad blocking rules syntax.",
5
- "version": "0.0.22",
+ "version": "0.0.23",
6
"publisher": "adguard",
7
"icon": "images/icon.png",
8
"engines": {
syntaxes/adblock.tmLanguage.json
@@ -53,7 +53,7 @@
53
},
54
{
55
"name": "keyword.control.characters",
56
- "match": "(&&|!|\\|\\|)"
+ "match": "(&&|!|\\|\\|| )"
57
58
59
0 commit comments