mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
add a bang version of delmacros to delete all macros
This commit is contained in:
@@ -1082,9 +1082,7 @@ liberator.Buffer = function () //{{{
|
||||
|
||||
highlight: function (key, style)
|
||||
{
|
||||
liberator.log("key: " + key + ", style: " + style);
|
||||
let [, class, selectors] = key.match(/^([a-zA-Z_-]+)(.*)/);
|
||||
liberator.log("class: " + class + ", selectors: " + selectors);
|
||||
|
||||
if (highlightClasses.indexOf(class) == -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user