Skip to content

Commit

Permalink
[FLOW] Fix function greediness
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed May 1, 2018
1 parent 50b61bf commit cb2a329
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions syntaxes/flow1/function.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ contexts:
- match: |
(?xi)
(?=
{{complexType}}
{{commonIdentifier}}
{{genericArguments}}
\s*=>
(?!\s*{)
(?!\s*\{)
)
set: [
return,
Expand Down

0 comments on commit cb2a329

Please sign in to comment.