mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Do not syntax-highlight ...
in "My rules" pane
This commit is contained in:
parent
872fbfc11a
commit
5df51d63d1
@ -91,6 +91,9 @@ CodeMirror.defineMode('ubo-dynamic-filtering', ( ) => {
|
||||
|
||||
const token = function(stream) {
|
||||
if ( stream.sol() ) {
|
||||
if ( stream.string === '...' ) {
|
||||
return stream.skipToEnd(stream);
|
||||
}
|
||||
slices.length = 0;
|
||||
tokens.length = 0;
|
||||
const reTokens = /\S+/g;
|
||||
|
Loading…
Reference in New Issue
Block a user