* Custom statements on backend * Add support for custom statements and deductions on backend * typo checker smh * clean up match statement Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * clean up more match statement Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * delete done todo Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> --------- Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
6 lines
184 B
TOML
6 lines
184 B
TOML
[default.extend-words]
|
|
groth = "groth" # to avoid it dectecting it as 'growth'
|
|
BA = "BA"
|
|
Ded = "Ded" # "ANDed", it thought "Ded" should be "Dead"
|
|
OT = "OT"
|
|
aks = "aks" # anchored keys
|