Skip to content

Commit 1064330

Browse files
azizkprincemaple
authored andcommitted
Elixir: moved matching stray } into tuple context.
1 parent a1cefd3 commit 1064330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Elixir.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,14 +492,14 @@ contexts:
492492
scope: punctuation.separator.object.elixir
493493
- match: \.
494494
scope: punctuation.separator.method.elixir
495-
- match: \}
496-
scope: invalid.illegal.stray-closing-brace.elixir
497495
- match: '\[|\]'
498496
scope: punctuation.section.array.elixir
499497
- match: \(|\)
500498
scope: punctuation.section.function.elixir
501499

502500
tuple:
501+
- match: \}
502+
scope: invalid.illegal.stray-closing-brace.elixir
503503
- match: \{
504504
scope: punctuation.section.sequence.begin.elixir
505505
push:

0 commit comments

Comments
 (0)