mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-22 11:33:07 +00:00
b9bbd77c7f
* docs: restructure & improve contrib docs * chore: rework samples code * docs: fix capitalization & brand names * docs: PR comments & try to standardise palette vs flavor * docs: add sample-programs * docs: update submission guidelines (refs: #1821) * refactor: tidy up docs Co-authored-by: winston <hey@winston.sh>
19 lines
388 B
JSON
19 lines
388 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"
|
|
"valid escapes": "C-style\r\n and unicode\u0021",
|
|
"illegal escapes": "\0377\x\"
|
|
},
|
|
"some numbers": [
|
|
42,
|
|
-0.0e-0,
|
|
6.626e-34
|
|
]
|
|
}
|