mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
// Line comments are not included in standard but nonetheless allowed.
|
|
/* As well as block comments. */
|
|
"the only keywords are": [
|
|
true,
|
|
false,
|
|
null
|
|
],
|
|
"strings with": {
|
|
"no escapes": "pseudopolinomiality"
|
|
},
|
|
"some numbers": [
|
|
42,
|
|
-0.0e-0,
|
|
6.626e-34
|
|
]
|
|
}
|