docs: Note custom dicts is supported

This commit is contained in:
Ed Page 2020-11-10 06:40:24 -06:00 committed by GitHub
parent 3429b59e72
commit b97b6ddd45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ See also [benchmarks](../benchsuite/runs).
|----------------|-----------------------|---------------------------------|---------------------------------|-------------|-------------|
| Runtime | \- | \- | \- | Python | Python |
| Dictionary | Blacklist | Blacklist | Blacklist | Blacklist | Whitelist |
| Custom Dict | No ([#9][def-9]) | No | ? | Yes | Yes |
| Custom Dict | Yes | No | ? | Yes | Yes |
| Per-Lang Dict | No ([#14][def-14]) | No | ? | No | Yes |
| CamelCase | Yes | No | ? | No | Yes |
| snake_case | Yes | No | ? | No | Yes |