1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-17 07:52:42 +01:00
uBlock/src/js/codemirror
Raymond Hill 6d8b310d94
Minor code review of static filtering parser
Rename `l` property to `len`, to avoid ambiguity as
`l` could mean _left_ or _length_. Typically `l` is
to be used for _left_ (whereas `r` is to be used for
_right_).

Additionally, add CodeMirror's bracket-matching and
bracket auto-closing to _My filters_ pane and and
bracket-matching to asset viewer page.
2020-06-14 12:05:42 -04:00
..
search.js Fix improper handling of regex flags in search widget 2020-06-13 11:13:48 -04:00
ubo-dynamic-filtering.js Fix regression in URL rules validation 2019-07-10 17:24:01 -04:00
ubo-static-filtering.js Minor code review of static filtering parser 2020-06-14 12:05:42 -04:00