mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 20:14:11 +01:00
Add search keyword-history completion (try typing a keyword), better JS completion, better errors in :so, check "preload" before preloading history/bookmarks, Object/Function highlighting, some other bug fixes.
This commit is contained in:
@@ -95,11 +95,13 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
.hl-String { color: green; }
|
||||
.hl-Boolean { color: blue; }
|
||||
.hl-Null { color: blue; }
|
||||
.hl-Object { color: maroon; }
|
||||
.hl-Function{ color: navy; }
|
||||
|
||||
.hl-Keyword { color: red; }
|
||||
.hl-Tag { color: blue; }
|
||||
|
||||
.hl-Filter { font-weight: bold; }
|
||||
.hl-Filter { font-weight: bold !important; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user