From 9e0d3c7cbecb5ffb5e6629ca9bd1f260e9c24828 Mon Sep 17 00:00:00 2001 From: Leap of Azzam <48548847+LeapofAzzam@users.noreply.github.com> Date: Sat, 26 Oct 2019 15:51:38 +0700 Subject: [PATCH] Update vi syntax --- runtime/syntax/vi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/vi.yaml b/runtime/syntax/vi.yaml index d7fe4962..d83a80af 100644 --- a/runtime/syntax/vi.yaml +++ b/runtime/syntax/vi.yaml @@ -24,7 +24,7 @@ rules: rules: - constant.specialChar: "\\\\." - - constant.comment: + - comment: start: "\"" end: "$" rules: []