From 63ff7d65fcb62a36564d6287646e9156d113e8cd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 18 Mar 2021 15:43:31 -0700 Subject: [PATCH] fix missing include in bazelrc tmLanguage --- syntaxes/bazelrc.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxes/bazelrc.tmLanguage.json b/syntaxes/bazelrc.tmLanguage.json index fa1bcbb7..d72ed26e 100644 --- a/syntaxes/bazelrc.tmLanguage.json +++ b/syntaxes/bazelrc.tmLanguage.json @@ -169,7 +169,7 @@ "include": "#string-illegal-escape-sequence" }, { - "include": "#discouraged-string-line-continuation" + "include": "#discouraged-line-continuation" }, { "include": "#string-format-placeholder-percent" @@ -216,4 +216,4 @@ ] } } -} \ No newline at end of file +}