File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
314## [ v2.0.4] – 2021-05-17
415
5- - Elixir: improved regular expression for module names.
16+ - Elixir: use greedy matching for module names.
617
718## [ v2.0.3] – 2021-05-13
819
You can’t perform that action at this time.
0 commit comments