update inbox list
This commit is contained in:
6
vendor/scrivo/highlight.php/test/markup/javascript/object-attr.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/javascript/object-attr.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
key: value, // with comment
|
||||
key2: value,
|
||||
'key-3': value,
|
||||
key4: false ? undefined : true
|
||||
}
|
||||
Reference in New Issue
Block a user