mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 10:35:52 +01:00
Add crude CSS property completion.
This commit is contained in:
@@ -294,6 +294,7 @@ const Highlights = Module("Highlight", {
|
||||
let hl = highlight.get(args[0]);
|
||||
if (hl)
|
||||
context.completions = [[hl.value, "Current Value"], [hl.default || "", "Default Value"]];
|
||||
context.fork("css", 0, modules.completion, "css");
|
||||
}
|
||||
},
|
||||
hereDoc: true,
|
||||
|
||||
Reference in New Issue
Block a user