File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v2.0.5] – 2021-05-30
4
+
5
+ - Elixir: also highlight ` catch ` , ` else ` , ` after ` clauses in function do-end blocks.
6
+ - Elixir: use own scopes for ` after ` and ` rescue ` keywords.
7
+ - Elixir: allow commas inside item access brackets, e.g.: ` %{}[a: 1, b: 2] `
8
+ - Elixir: fixed: some multi-line when-type clauses were not matched correctly.
9
+ - Elixir: don't match ` def func() ` as a type after writing a ` | ` in a type spec.
10
+ - Elixir: use greedy matching for identifiers and atoms as well.
11
+ - Elixir: the ` meta.mapping.elixir ` scope wasn't set correctly for maps.
12
+ - SQL: fixed escapes breaking strings, e.g.: ` fragment("? = '\"string\"'::jsonb", x) `
13
+
3
14
## [ v2.0.4] – 2021-05-17
4
15
5
- - Elixir: improved regular expression for module names.
16
+ - Elixir: use greedy matching for module names.
6
17
7
18
## [ v2.0.3] – 2021-05-13
8
19
You can’t perform that action at this time.
0 commit comments