mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
13 lines
285 B
TOML
13 lines
285 B
TOML
[hunspell]
|
|
lang = "en_US"
|
|
search_dirs = ["."]
|
|
extra_dictionaries = ["lingua.dic"]
|
|
|
|
[hunspell.quirks]
|
|
# `Type`'s
|
|
# 5x
|
|
# He tagged it as 'TheGreatestOfAllTimes'
|
|
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$"]
|
|
allow_concatenation = true
|
|
allow_dashes = true
|