From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 12 Feb 2018 03:41:42 +0000 (UTC) From: Kyle Meyer Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: shell/bash highlighting? (#25) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a810cf6a6eb8_57532acf0e5e0ecc43353"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode Cc: Kyle Meyer , Your activity ----==_mimepart_5a810cf6a6eb8_57532acf0e5e0ecc43353 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > Since it's already supported for embedded R, any chance to do this for embedded bash? Thanks for the suggestion. The thought hadn't occurred to me. (Well, the embedded R fontification didn't occur to me either. @endrebak added that feature.) The R highlighting depends on finding triple quote markers like `R("""`. I'm not sure if doing that for a `shell: ".*` with mmm-mode would be more complicated to handle or more expensive to process. Worth looking into. > Alternatively, highlighting the {wildcard} parts of the strings would be neat. Yeah, I think that'd be nice to add. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/25#issuecomment-364822250 ----==_mimepart_5a810cf6a6eb8_57532acf0e5e0ecc43353 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Since it's already supported for embedded R, any chance to do this for e= mbedded bash?

Thanks for the suggestion. The thought hadn't occurred to me. (Well, the embedded R fontification didn't occur to me either. @endrebak
added that feature.)

The R highlighting depends on finding triple quote markers like
R(""". I'm not sure if doing that for a shell: ".* with mmm-mode
would be more complicated to handle or more expensive to process.
Worth looking into.

Alternatively, highlighting the {wildcard} parts of the strings would be= neat.

Yeah, I think that'd be nice to add.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a810cf6a6eb8_57532acf0e5e0ecc43353--