Skip to content

Commit b63f8f0

Browse files
azizkprincemaple
authored andcommitted
CHANGELOG: releasing v2.2.0
1 parent 98fee1f commit b63f8f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v2.2.0] – 2021-09-18
4+
- 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.
5+
- Syntax: added support for the [Surface](https://surface-ui.org/template_syntax) template syntax inside the `~F` sigil.
6+
- Elixir: match the `**` power operator.
7+
- HTML (EEx): switched to version 2 and removed usage of `with_prototype`.
8+
- SQL: match the `;` token; fixed the `/**/` comment scope.
9+
- Themes: highlight interpolated Elixir with a lighter background.
10+
- Themes: don't italicize the sigil type.
11+
312
## [v2.1.0] – 2021-07-25
413

514
- Elixir: disabled highlighting Elixir code within Markdown comments. Reasons:

0 commit comments

Comments
 (0)