aboutsummaryrefslogtreecommitdiff
path: root/.cooklang/config.toml
blob: 332da033ff22e6e346ca8e33179f2f24d6001491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
default_units = true
warnings_as_errors = false
recipe_ref_check = true
max_depth = 10

extensions = "all"

[ui.tags]
bread = { emoji = ":bread:" }
cake = { emoji = ":shortcake:" }
cocktail = { emoji = ":cocktail_glass:" }
cookie = { emoji = ":cookie:" }
pie = { emoji = ":pie" }
chinese = { emoji = ":china:" }
greek = { emoji = ":greece:" }
hungarian = { emoji = ":hungary:" }
indian = { emoji = ":india:" }
irish = { emoji = ":ireland:"
italian = { emoji = ":italy:" }
japanese = { emoji = ":japan:" }
mexican = { emoji = ":mexico:" }

# [extensions]
# MULTILINE_STEPS = true
# COMPONENT_MODIFIERS = true
# COMPONENT_NOTE = true
# COMPONENT_ALIAS = true
# SECTIONS = true
# ADVANCED_UNITS = true
# MODES = true
# TEMPERATURE = true
# TEXT_STEPS = true
# RANGE_VALUES = true
# TIMER_REQUIRES_TIME = true
# INTERMEDIATE_PREPARATIONS = true
# SPECIAL_METADATA = true