From 3b92219c380c6911e37f56783d1595cae3eb19c7 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Fri, 29 Dec 2017 09:44:47 -0700 Subject: [PATCH] https://github.com/NanoAdblocker/NanoCore/issues/29 --- src/js/nano-highlight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/nano-highlight.js b/src/js/nano-highlight.js index fc6e6ab261ae2..e723b6b14cfa9 100644 --- a/src/js/nano-highlight.js +++ b/src/js/nano-highlight.js @@ -62,7 +62,7 @@ ace.define('ace/mode/nano_filters_hr', function(require, exports, module) { // CSS { token: 'keyword.control', - regex: /#@?\$?#/, + regex: /#@?(?:\?|\$)?#/, next: 'double_hash' }, // Operators