We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cefd3 commit 1064330Copy full SHA for 1064330
Elixir.sublime-syntax
@@ -492,14 +492,14 @@ contexts:
492
scope: punctuation.separator.object.elixir
493
- match: \.
494
scope: punctuation.separator.method.elixir
495
- - match: \}
496
- scope: invalid.illegal.stray-closing-brace.elixir
497
- match: '\[|\]'
498
scope: punctuation.section.array.elixir
499
- match: \(|\)
500
scope: punctuation.section.function.elixir
501
502
tuple:
+ - match: \}
+ scope: invalid.illegal.stray-closing-brace.elixir
503
- match: \{
504
scope: punctuation.section.sequence.begin.elixir
505
push:
0 commit comments