Skip to content

Commit a75a925

Browse files
v0.1.1
1 parent 51f45c0 commit a75a925

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ By default, the extension will use the monokai theme colors.
3232
{
3333
"name": "mySymbol",
3434
"symbol": "|some chars|",
35-
"category": "operator" // Can be keyword, operator, comparison, number, letter, bigletter, set, space, default
35+
"category": "operator"
3636
}
3737
```
38+
`category` can be `keyword`, `operator`, `comparison`, `number`, `letter`, `bigletter`, `set`, `space` or `default`.
3839

3940
# Issues
4041
If you encounter any issues, please report them on the [GitHub repository](https://github.com/supersurviveur/typst-math/issues).

0 commit comments

Comments
 (0)