1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00
uBlock/src/js/codemirror
Raymond Hill 2ab39aee23
Fix not highlighting cases of invalid syntax
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1791

The following case of invalid syntax was not reported as
invalid by the syntax highlighter:

    ... example.com image ...

With dynamic filtering, there can't be a specific
hostname when a specific type is used, or a
specific type when a specific hostname is used, one
or the other must be `*`.
2021-10-31 13:18:31 -04:00
..
search-thread.js Fine tune CodeMirror editor's search widget 2020-08-03 08:55:02 -04:00
search.js Fine tune visuals of CodeMirror's search feature 2020-08-04 10:14:38 -04:00
ubo-dynamic-filtering.js Fix not highlighting cases of invalid syntax 2021-10-31 13:18:31 -04:00
ubo-static-filtering.js Auto-escape commas in removeparam's regexes 2021-10-26 08:51:55 -04:00