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 /queries | |
| parent | 3eb6577a3b58e4d0e76057ad1309255678739b61 (diff) | |
fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/bash/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
