-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Javascript object keys highlighting #2336
Copy link
Copy link
Closed
Labels
Description
Information
- Language: javascript
- Plugins: none
- Version: "prismjs": "^1.20.0"
- Theme: material-dark
Description
I expect the object keys and curly brace to be highlighted differently.
I am not sure if this is a bug or something that requires custom implementation. (see screenshots)
Code snippet
The code being highlighted incorrectly.
const test = new TYPE.Application({
key1: viewDim.x,
key2: viewDim.y,
key3: 0x89ddff,
key4: window.devicePixelRatio || 1,
key5: resize()
});
Reactions are currently unavailable


