mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 18:52:30 +01:00
Make isinstance() and template.highlight Symbol aware.
This commit is contained in:
@@ -4,6 +4,7 @@ Null /* JavaScript null values */ color: blue;
|
||||
Number /* JavaScript numbers */ color: blue;
|
||||
Object /* JavaScript objects */ color: maroon;
|
||||
String /* String values */ color: green; white-space: pre;
|
||||
Symbol /* JavaScript symbols */ color: darkcyan;
|
||||
Comment /* JavaScriptor CSS comments */ color: gray;
|
||||
|
||||
Key /* Keywords */ font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user