aboutsummaryrefslogtreecommitdiff
path: root/dictionaries/yaml.dict
blob: f535d50881da2a435d5c5509927459fc61f71848 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# sources:
# - https://en.wikipedia.org/wiki/YAML
# - https://yaml.org/spec/1.1/
# - https://yaml.org/type/

directive_yaml="%YAML 1.2"
directive_tag="%TAG !yaml! tag:yaml.org,2002:"
directive_tag2="%TAG !m! !my-"
true="true"
caps_true="TRUE"
caps_false="FALSE"
literal_true="YES"
literal_false="NO"
false="false"
start="---"
comment="#"
list="- "
key="k: "
walrus="=:"
question_key="?k: "
number="\"0e5\""
expand="!!"
list="[a,b]"
dict="{k: v, x: y}"
value=": v"
exponent="e+03"
neg_inf="-.inf"
nan=".NaN"
end="..."
quoted_key="'k'"
newline="k: |"
newline2="k: >"
anchor="&a"
reference="*a"
type_binary="!!binary"
type_bool="!!bool"
type_float="!!float"
type_int="!!int"
type_map="!!map"
type_merge="!!merge"
type_null="!!null"
type_omap="!!omap"
type_pairs="!!pairs"
type_seq="!!seq"
type_set="!!set"
type_str="!!str"
type_timestamp="!!timestamp"
type_value="!!value"
type_yaml="!!yaml"
type_python="!!python"
merge = "<<"
number_separation="_"
decimal_number="+30_123"
octal_number="0123"
hex_number="0x_12_23"
bin_number="0b1001_1001"
sexa_number="123:34:75"
complex_mapping="? "
litteral_style=" |"
folded_style=" >"
timestamp="2001-12-14t21:59:43.10-05:00"
escaped_unicode="\\u2029"
"["
"]"
"{"
"}"
"-"
","
"&"
"<<"
":"
"|"
"!!"
">"
"\""
"'"
integer="123"
float="12.5"
mantissa="1.3e+9"