Skip to content

Commit 4b0dcbb

Browse files
committed
Fix #44
1 parent da4e3b0 commit 4b0dcbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adblock",
33
"displayName": "Adblock/AdGuard/uBlock filters grammar",
44
"description": "VS code extension that adds support for ad blocking rules syntax.",
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"publisher": "adguard",
77
"icon": "images/icon.png",
88
"engines": {

syntaxes/adblock.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"name": "keyword.control.characters",
56-
"match": "(&&|!|\\|\\|)"
56+
"match": "(&&|!|\\|\\|| )"
5757
},
5858
{
5959
"name": "keyword.control.characters",

0 commit comments

Comments
 (0)