We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4601b9 commit b67f4c0Copy full SHA for b67f4c0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v2.0.2] – 2021-05-05
4
+
5
+- Elixir: fixed a bug where a comma was seen as invalid, such as in `if a == nil, ...`.
6
+- SQL: added decimal number highlighting.
7
+- SQL: added general function-call syntax matching.
8
+- SQL: removed `support.function.psql` scope to simplify the file.
9
10
## [v2.0.1] – 2021-05-02
11
12
- Elixir: fixed a bug affecting, for example, multi-line `with` statements.
0 commit comments