Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions Rules/Intent/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@
name: chemical-arrow-op
tag: [mo]
# FIX: this is a duplicate of the list in chemistry.rs. Probably should pull out and add to definitions.yaml
# Note: the chars that don't probably display are 0x1f8d2 - 0x1f8d4 (Unicode 17 equilibrium arrows)
match: "@data-chem-equation-op and translate(., '→➔←⟶⟵⤻⇋⇌↿↾⇃⇂⥮⥯⇷⇸⤉⤈⥂⥄🣒🣓🣔', '')=''"
# Note: the chars that don't probably display are 0x1f8d1 - 0x1f8d4 (Unicode 17 equilibrium arrows)
match: "@data-chem-equation-op and translate(., '→➔←⟶⟵⤻⇋⇌↿↾⇃⇂⥮⥯⇷⇸⤉⤈⥂⥄🣑🣒🣓🣔', '')=''"
replace:
- intent:
name: "chemical-arrow-operator"
Expand Down
Loading