From 6c163afb8402b9861216b6ed7d2be2cfcf0ab9d8 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:15:35 +0200 Subject: [PATCH] bash: Add highlighting of ANSI c string (#3153) Fixes zed-industries/community#2169 Release Notes: - Fixed highlighting of ANSI C strings ($'foo') in "Shell script" language buffers. --- crates/zed/src/languages/bash/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zed/src/languages/bash/highlights.scm b/crates/zed/src/languages/bash/highlights.scm index a72c5468ed..5cb5dad6a0 100644 --- a/crates/zed/src/languages/bash/highlights.scm +++ b/crates/zed/src/languages/bash/highlights.scm @@ -3,6 +3,7 @@ (raw_string) (heredoc_body) (heredoc_start) + (ansi_c_string) ] @string (command_name) @function