Skip to content

Commit

Permalink
CHANGELOG: releasing v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk authored and princemaple committed Sep 18, 2021
1 parent 98fee1f commit b63f8f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.2.0] – 2021-09-18
- Syntax: added support for the [HEEx](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Helpers.html#sigil_H/2) template syntax inside the `~H` sigil.
- Syntax: added support for the [Surface](https://surface-ui.org/template_syntax) template syntax inside the `~F` sigil.
- Elixir: match the `**` power operator.
- HTML (EEx): switched to version 2 and removed usage of `with_prototype`.
- SQL: match the `;` token; fixed the `/**/` comment scope.
- Themes: highlight interpolated Elixir with a lighter background.
- Themes: don't italicize the sigil type.

## [v2.1.0] – 2021-07-25

- Elixir: disabled highlighting Elixir code within Markdown comments. Reasons:
Expand Down

0 comments on commit b63f8f0

Please sign in to comment.