Skip to content

Commit 2344973

Browse files
committed
Update pipe no-parens function regex
1 parent f656434 commit 2344973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/elixir.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
},
372372
{
373373
"comment": "Pipe into no parens local function call",
374-
"match": "(?<=\\|\\>\\s*)([_\\p{Ll}\\p{Lo}][\\p{L}\\p{N}_]*[?!]?)",
374+
"match": "(?<=\\|\\>)\\s*([_\\p{Ll}\\p{Lo}][\\p{L}\\p{N}_]*[?!]?)",
375375
"name": "entity.name.function.call.local.pipe.elixir"
376376
},
377377
{

0 commit comments

Comments
 (0)