Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
https://github.com/NanoAdblocker/NanoCore/issues/29
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Dec 29, 2017
1 parent d054861 commit 3b92219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/nano-highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b92219

Please sign in to comment.