VscodeAdblockSyntax
VscodeAdblockSyntax copied to clipboard
Comprehensive extension to manage Adblock Syntax in VSCode: syntax highlighter, linter and much more. Available on the VSCode Marketplace.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Reference: https://github.com/AdguardTeam/tsurlfilter/issues/127 Show screenshot 
In documentation there is `ext_chromium_mv3` - https://adguard.com/kb/general/ad-filtering/create-own-filters/#platform-and-not_platform-hints but it looks like that this platform is not recognized. 
```adb ||example.com^$urlskip=?q ?url ||example.com^$urltransform=/a/b/ ||example.com^$ipaddress=0.0.0.0 ```
Currently, if the config file is invalid, the AGLint icon turns red in the bottom bar of VSCode. However, we should consider adding a feature that also displays configuration-related issues...
I suggest adding an autocomplete feature for scriptlets and modifiers based on our compatibility tables that offers possible modifier and scriptlet names and allows them to be inserted as snippets.
Hi, We are editing uBO filters in VS Code using VscodeAdblackSyntax. Can we use a symbol or a formatting to fold/collapse sections for presentation clarity? Currently, we are using this...
Reference: https://github.com/AdguardTeam/tsurlfilter/issues/143
We should detect obviously invalid cases at syntax highlighter level, like the examples mentioned in the following issue: https://github.com/AdguardTeam/AGLint/issues/228
 ``` wiki.yjsnpi.nu$$script:contains(/\+['"`]\w.+catch/) ```