From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 18 Apr 2016 10:49:19 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: Subject: Syntax-highlight embedded R code (#13) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57151e1fb9db1_9953f8cb20d92a01381fc"; 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 ----==_mimepart_57151e1fb9db1_9953f8cb20d92a01381fc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I did not add `R` to the `snakemake-mode-setup-mmm` function name. In the future, if support for several embedded languages are added, we can keep the name, but start taking args such as `'sql`, `'R` etc. to only setup for certain languages. Max-width is 79 chars. Fixed the regex. Kept the `;;;; Emedded language...` header to help newcomers understand the code. You can view, comment on, or merge this pull request online at: https://github.com/kyleam/snakemake-mode/pull/13 -- Commit Summary -- * Syntax-highlight embedded R code -- File Changes -- M snakemake-mode.el (54) -- Patch Links -- https://github.com/kyleam/snakemake-mode/pull/13.patch https://github.com/kyleam/snakemake-mode/pull/13.diff --- 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/pull/13 ----==_mimepart_57151e1fb9db1_9953f8cb20d92a01381fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I did not add R to the snakemake-mode-setup-mmm function name. In the future, if support for several embedded languages are added, we can keep the name, but start taking args such as 'sql, 'R etc. to only setup for certain languages.

Max-width is 79 chars.

Fixed the regex.

Kept the ;;;; Emedded language... header to help newcomers understand the code.


You can view, comment on, or merge this pull request online at:

  https://github.com/kyleam/snakemake-mode/pull/13

Commit Summary

  • Syntax-highlight embedded R code

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

----==_mimepart_57151e1fb9db1_9953f8cb20d92a01381fc--