Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion howso.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
;replace the typing assoc with an empty string, only get description
(substr
(first (current_value 1))
"\\{.+\\}\\r\\n"
"^\\{.+\\}\\r?\\n?"
(null)
""
)
Expand Down
2 changes: 1 addition & 1 deletion howso/react.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
;full list of features to output values for the case
action_features (list)
;{type "list" values {type "list"}}
;;values of action features. If specified will bypass react and only do the explanation if details is set.
;values of action features. If specified will bypass react and only do the explanation if details is set.
;if specified must be either length of 1 or num_reacts. One list us used per individual reaction
action_values (null)
;{type "list" values "string"}
Expand Down
Loading