From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 17 Nov 2016 00:47:20 -0800 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: Subject: Not consider "input" a python keyword? (#20) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_582d6e988410b_d3a3fa4c56fb1301175c"; 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_582d6e988410b_d3a3fa4c56fb1301175c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Rules have an input and an output directive, which are often used by name in code. I find it slightly annoying that `input` has the look of a Python keyword, while output does not. How do you feel about this? Would you consider changing `snakemake-mode` to not consider `input` a keyword for syntax-highlighting purposes? -- 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/20 ----==_mimepart_582d6e988410b_d3a3fa4c56fb1301175c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Rules have an input and an output directive, which are often used by name in code. I find it slightly annoying that input has the look of a Python keyword, while output does not. How do you feel about this? Would you consider changing snakemake-mode to not consider input a keyword for syntax-highlighting purposes?


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

----==_mimepart_582d6e988410b_d3a3fa4c56fb1301175c--