Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-11 | Merge branch 'indentation-rewrite' | Kyle Meyer | |
2016-05-11 | Rework indentation | Kyle Meyer | |
The previous implementation did not support some legal syntax: * spaces between rule lines * indented rule blocks (e.g., a rule defined under an if-statement) * top-level commands like "include" when the value started on the second line (re: #16) | |||
2016-05-04 | snakemake-toplevel-command-re: Allow leading spaces | Kyle Meyer | |
Fixes #17. | |||
2016-05-03 | Be more lenient with spacing in regexps | Kyle Meyer | |
2016-05-03 | Allow spaces after rule/subworkflow name | Kyle Meyer | |
2016-05-03 | mode: Add ".rules" as a file suffix | Kyle Meyer | |
Closes #15. | |||
2016-05-03 | NEWS: Mention snakemake-mode-setup-mmm | Kyle Meyer | |
2016-04-22 | Declare MMM mode functions | Kyle Meyer | |
2016-04-22 | Syntax-highlight embedded R code | Endre Bakken Stovner | |
2016-04-19 | Rename snakemake-graph-rule to snakemake-graph-id | Kyle Meyer | |
With introduction of snakemake-graph-this-file, this variable isn't restricted to rule names. | |||
2016-04-19 | Add snakemake-graph-this-file command | Kyle Meyer | |
2016-04-19 | snakemake-graph: Fix docstring line break | Kyle Meyer | |
2016-04-19 | graph: Correct docstrings | Kyle Meyer | |
2016-04-19 | Makefile: Fix autoload dependencies | Kyle Meyer | |
2016-04-18 | Bump versionv0.4.0 | Kyle Meyer | |
2016-04-17 | .travis.yml: Disable Emacs 24 | Kyle Meyer | |
2016-04-17 | .travis.yml: Install Snakemake | Kyle Meyer | |
2016-04-17 | Makefile: Pull out Emacs variable | Kyle Meyer | |
Used by Travis make call. | |||
2016-04-17 | Set up Travis | Kyle Meyer | |
2016-04-17 | Makefile: Download dependencies | Kyle Meyer | |
2016-04-17 | Add helper for splitting rule lists | Kyle Meyer | |
2016-04-17 | Filter out anonymous rules from rule lists | Kyle Meyer | |
2016-04-17 | snakemake-rule-at-point: Fix anonymous rule check | Kyle Meyer | |
2016-04-17 | commentary: Mention how Snakefile is located | Kyle Meyer | |
2016-04-17 | commentary: Add graph commands | Kyle Meyer | |
2016-04-17 | Merge branch 'km/graph' | Kyle Meyer | |
2016-04-17 | Add snakemake-graph-save command | Kyle Meyer | |
Re: #9 | |||
2016-04-17 | Add snakemake-graph command | Kyle Meyer | |
Re: #9 | |||
2016-04-16 | Add wrapper keyword | Kyle Meyer | |
This keyword was added in Snakemake version 3.5.5. | |||
2016-04-16 | Support anonymous rule blocks | Kyle Meyer | |
2016-04-15 | mode: Unset indent-region-function | Kyle Meyer | |
Don't use python-indent-region for indent-region-function. At first glance, setting indent-region-function to nil (that is, running indent-according-to-mode on each line) seems to indent rule blocks fine, though it will probably fail on more complex "run" values. However, this does mean that python-indent-region is no longer used when indent-region is called with a region that doesn't include a rule block, so it's probably worth adding a snakemake-indent-region function that calls python-indent-region in this case. Re: #8 | |||
2016-03-12 | mode: Add ".snakefile" as a file suffix | Kyle Meyer | |
https://groups.google.com/d/msg/snakemake/segLE-RlV_s/nQCTxH_TJwAJ | |||
2016-03-04 | popup: Consider file targets in region | Kyle Meyer | |
2016-02-29 | snakemake-compile: Fix target path | Kyle Meyer | |
snakemake-file-targets-at-point expects to be called from the original directory. | |||
2016-02-28 | README.md: Mention MELPA | Kyle Meyer | |
2016-02-28 | Add README | Kyle Meyer | |
2016-02-28 | Fix rule recognition at beginning of buffer | Kyle Meyer | |
2016-02-28 | tests: Change naming scheme | Kyle Meyer | |
2016-02-28 | Rename test file for MELPA filtering | Kyle Meyer | |
MELPA excludes test.el, tests.el, *-test.el, and *-tests.el. | |||
2016-02-28 | popup: Add --allowed-rules | Kyle Meyer | |
2016-02-28 | snakemake-all-rules: New command | Kyle Meyer | |
2016-02-28 | Makefile: Update for snakemake.el | Kyle Meyer | |
2016-02-28 | Add snakemake-file-targets script | Kyle Meyer | |
2016-02-28 | Add popup interface for compilation | Kyle Meyer | |
2016-02-27 | test-snakemake-mode.el: Fix edebug spec | Kyle Meyer | |
2016-02-27 | Makefile: Strip down | Kyle Meyer | |
2016-02-27 | snakemake-mode.el: Remove local variables footer | Kyle Meyer | |
2016-02-09 | imenu: Use same order as buffer | Kyle Meyer | |
2016-02-07 | Bump versionv0.3.0 | Kyle Meyer | |
2016-02-07 | Add 'script' keyword | Kyle Meyer | |
This keyword was added in Snakemake 3.5. |