Skip to content

Issues #14

@WhisperWindE

Description

@WhisperWindE

https://www.autohotkey.com/boards/viewtopic.php?style=19&f=76&t=109121&p=485680#p485680
YamlText=
(
menu:
page_size: 5
punctuator:
full_shape:
" ": {commit: " "}
"!": {commit: "!"}
""": {pair: ["“", "”"]}
"#": ["#", "⌘"]
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"]
"%": ["%", "°", "℃"]
"&": "&"
"'": {pair: ["‘", "’"]}
"(": "("
")": ")"
"": ["*", "·", "・", "×", "※", "❂"]
"+": "+"
",": {commit: ","}
"-": "-"
.: {commit: "。"}
"/": ["/", "÷"]
":": {commit: ":"}
";": {commit: ";"}
"<": ["《", "〈", "«", "‹"]
"=": "="
">": ["》", "〉", "»", "›"]
"?": {commit: "?"}
"@": ["@", "☯"]
"[": ["「", "【", "〔", "["]
"\": ["、", "\"]
"]": ["」", "】", "〕", "]"]
"^": {commit: "……"}
: "——"
"`": "`"
"{": ["『", "〖", "{"]
"|": ["·", "|", "§", "¦"]
"}": ["』", "〗", "}"]
"~": "~"
recognizer:
patterns:
email: "^[A-Za-z][-
.0-9A-Za-z]
@.*$"
)
y:=Yaml(YamlText,0)
MsgBox % y.menu.page_size
MsgBox % y.recognizer.patterns.email
return

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions