From 869aa26d8e17f693f10c4ec3d53023587806c3c6 Mon Sep 17 00:00:00 2001 From: Ivan Zlatev Date: Sun, 11 Dec 2016 22:24:11 +0000 Subject: [PATCH] Handle premature end of line in field assignment. --- syntaxes/csharp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/csharp.json b/syntaxes/csharp.json index ff13b0b57..4126156b0 100644 --- a/syntaxes/csharp.json +++ b/syntaxes/csharp.json @@ -101,7 +101,7 @@ }, { "begin": "(?==>?)", - "end": "(?=;)", + "end": "(?=;|$)", "patterns": [ { "include": "#code"