mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 13:45:46 +01:00
Fix color scheme completion in the wake of revision 52c986d043c7. Closes issue #35.
This commit is contained in:
@@ -244,7 +244,7 @@ const Highlights = Module("Highlight", {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
argCount: "1",
|
argCount: "1",
|
||||||
completer: function (context) completion.colorScheme(context)
|
completer: function (context) modules.completion.colorScheme(context)
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["hi[ghlight]"],
|
commands.add(["hi[ghlight]"],
|
||||||
|
|||||||
Reference in New Issue
Block a user