From 2d7249409dd3f6e4a4642e6b435a2d93c08c8b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=A9?= Date: Sun, 23 Oct 2022 18:57:56 +0900 Subject: fix(bash): Rename ansii_c_string to ansi_c_string. (#3702) --- lockfile.json | 2 +- queries/bash/highlights.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lockfile.json b/lockfile.json index 7399d4a6..139800bf 100644 --- a/lockfile.json +++ b/lockfile.json @@ -6,7 +6,7 @@ "revision": "947e93089e60c66e681eba22283f4037841451e7" }, "bash": { - "revision": "275effdfc0edce774acf7d481f9ea195c6c403cd" + "revision": "385a8e4d383f6c045965d1de9c514932319dea4b" }, "beancount": { "revision": "4cbd1f09cd07c1f1fabf867c2cf354f9da53cc4c" diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index c0a17526..d1cdb659 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -43,7 +43,7 @@ [ (string) (raw_string) - (ansii_c_string) + (ansi_c_string) (heredoc_body) ] @string @spell -- cgit v1.2.3