Marcus Artner

Results 2 issues of Marcus Artner

console.log('severity0'); console.log('severity1'); console.log('severity2'); console.log('severity3'); console.log('severity4'); console.log('severity5'); console.log('highlight'); results in: ![Screenshot 2019-09-25 at 13 44 30](https://user-images.githubusercontent.com/4750837/65597959-9fc5aa80-df9a-11e9-8cdc-2690a9d93834.png) _severity0_ doesn't seem to be colored as it should - based on docs and sourcecode...

There currently does not seem to be a working way to extend a known array shape with additional keys, other than redefining it entirely. "..." can be used to signal...