Skip to content

Commit

Permalink
Release 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 11, 2023
1 parent a2be389 commit a134200
Show file tree
Hide file tree
Showing 458 changed files with 1,253 additions and 1,230 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 21.0.0

* \[**Breaking**\] Added ligation support for Erlang. As a result, ligations groups for less-then-or-equal and greater-than-or-equal symbols are reorganized.
* \[**Breaking**\] Added ligation support for Erlang. As a result, ligations groups for less-then-or-equal and greater-than-or-equal symbols are reorganized (#1595).
* Add characters:
- MEDIUM MATHEMATICAL SPACE (`U+205F`).
- MILL SIGN (`U+20A5`).
Expand Down
8 changes: 5 additions & 3 deletions doc/custom-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `--matlab-equality-inequality--`: Default ligation set would be assigned to undefined.
- `--verilog-equality-inequality--`: Default ligation set would be assigned to undefined.
- `--wolfram-equality-inequality--`: Default ligation set would be assigned to undefined.
- `--erlang-equality-inequality--`: Default ligation set would be assigned to undefined.
- `--default-kern--`: Default ligation set would be assigned to undefined.
- `default-calt`: Inherit default ligation set.
- `dlig`: Default ligation set would be assigned to Discretionary ligatures.
Expand All @@ -126,6 +127,7 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `matlab`: Default ligation set would be assigned to Matlab.
- `verilog`: Default ligation set would be assigned to Verilog.
- `wolfram`: Default ligation set would be assigned to Wolfram Language (Mathematica).
- `erlang`: Default ligation set would be assigned to Erlang Language.

<!-- END Section-Predefined-Ligation-Sets -->

Expand All @@ -152,7 +154,9 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `trig`: Enable ligation for `<|`, `|>` , `<||`, and other bar-and-angle-bracket symbols.
- `eqeqeq`: Enable special ligation for `===` with triple lines.
- `eqeq`: Enable ligation for `==` and `===`.
- `ineq`: Enable ligation for `<=` and `>=`.
- `lteq`: Enable ligation for `<=` as less-than-or-equal sign.
- `eqlt`: Enable ligation for `=<` as less-than-or-equal sign.
- `gteq`: Enable ligation for `>=` as greater-than-or-equal sign.
- `exeqeqeq`: Enable special ligation for `!===` with triple lines.
- `exeqeq`: Enable special ligation for `!==` with triple lines.
- `eqexeq`: Enable special ligation for `=!=` with triple lines.
Expand All @@ -173,8 +177,6 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `logic`: Enable ligation for `/\` and `\/`.
- `llgg`: Enable ligation for `<<`, `>>` and other angle-bracket chaining.
- `llggeq`: Enable ligation for `<<=`, `>>=` as shift operator.
- `lteq-as-arrow`: Treat `<=` as arrow.
- `gteq-as-co-arrow`: Treat `>=` as co-arrow.
- `html-comment`: Enable ligation for `<!--` and `<!---`.
- `colon-greater-as-colon-arrow`: Transform `:>` into `:` and a narrow arrow.
- `brace-bar`: Enable ligation for `{|` and `|}`.
Expand Down
7 changes: 7 additions & 0 deletions doc/language-specific-ligation-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
<tr>
<td colspan="2"><img src="../images/ligset-WFLM-1.light.svg#gh-light-mode-only"/><img src="../images/ligset-WFLM-1.dark.svg#gh-dark-mode-only"/></td>
</tr>
<tr>
<td><code>ERLA</code></td>
<td>Erlang Language</td>
</tr>
<tr>
<td colspan="2"><img src="../images/ligset-ERLA-1.light.svg#gh-light-mode-only"/><img src="../images/ligset-ERLA-1.dark.svg#gh-dark-mode-only"/></td>
</tr>
</table>

<!-- END Section-OT-Ligation-Tags-2 -->
1,456 changes: 728 additions & 728 deletions doc/packages-sha.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/button-customize.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-customize.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-release.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-release.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-specimen.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a134200

Please sign in to comment.