You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
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
+
3
12
## [v2.1.0] – 2021-07-25
4
13
5
14
- Elixir: disabled highlighting Elixir code within Markdown comments. Reasons:
0 commit comments