This commit is contained in:
be5invis 2021-02-27 06:01:21 -08:00
parent 7aa74afa93
commit f17710b0a4
14 changed files with 10 additions and 1 deletions

View file

@ -450,6 +450,9 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `brack-bar`: Enable ligation for `[|` and `|]`.
- `connected-underscore`: Make contiguous underscores (like `__`) connected.
- `connected-number-sign`: Make contiguous number signs (like `##`) connected.
- `connected-tilde-as-wave`: Make contiguous ASCII tildes (like `~~`) connected as a wave line.
- `connected-hyphen-as-solid-line`: Make contiguous hyphen-minuses (like `--`) connected as a straight solid line.
- `connected-hyphen-as-semi-dashed-line`: Make contiguous hyphen-minuses (like `--`) connected as a straight semi-dashed line, identifying each hyphen component.
<!-- END Section-Cherry-Picking-Ligation-Sets -->