Skip to content

Commit fb044a9

Browse files
azizkprincemaple
authored andcommitted
Elixir: allow digits as sigil string modifiers.
See: elixir-lang/elixir@c4b4bc3
1 parent db40fc3 commit fb044a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/Elixir.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ contexts:
15221522
set: string_modifiers_and_pop
15231523

15241524
string_modifiers:
1525-
- match: '[a-zA-Z]+'
1525+
- match: '[a-zA-Z\d]+'
15261526
scope: meta.string.elixir string.quoted.modifiers.elixir storage.type.string.elixir
15271527
- match: \w+
15281528
scope: invalid.illegal.non-ascii-modifier.elixir

0 commit comments

Comments
 (0)