Skip to content

Commit

Permalink
Handle premature end of line in field assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz committed Dec 11, 2016
1 parent 970adfb commit 869aa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
{
"begin": "(?==>?)",
"end": "(?=;)",
"end": "(?=;|$)",
"patterns": [
{
"include": "#code"
Expand Down

0 comments on commit 869aa26

Please sign in to comment.