diff options
| author | ギャラ <me@gyara.moe> | 2022-10-23 18:57:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 09:57:56 +0000 |
| commit | 2d7249409dd3f6e4a4642e6b435a2d93c08c8b36 (patch) | |
| tree | b0ec24c73b2d7871109a2d3f8c578b0b3e3bba6b | |
| parent | 3eb6577a3b58e4d0e76057ad1309255678739b61 (diff) | |
fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | 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 |
