1
0
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:
Kris Maglione
2010-09-24 22:06:44 -04:00
parent 7c410ca905
commit 761b95156a
3 changed files with 42 additions and 1 deletions

View File

@@ -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,