Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-07 | Use syntax code for whitespace regex | Kyle Meyer | |
2015-03-06 | Fix 'version' keyword typo | Kyle Meyer | |
2015-03-06 | Add 'log' and 'benchmark' keywords | Kyle Meyer | |
2015-03-05 | Indent field values that start on their own line | Kyle Meyer | |
Previously, indentation was handled only for the first line following a run value. Extend this to support any field value that starts on the line below a field key, since that is valid syntax. | |||
2015-03-05 | Fix typo in docstring | Kyle Meyer | |
2015-03-05 | Reword docstrings for predicate functions | Kyle Meyer | |
2015-03-05 | Add onsuccess and onerror keywords | Kyle Meyer | |
2015-03-05 | Update copyright year | Kyle Meyer | |
2015-03-05 | Add configfile as top-level command | Kyle Meyer | |
This was added in version 3.1. | |||
2015-01-09 | Replace looking-at calls with looking-at-p calls | Kyle Meyer | |
2015-01-09 | snakemake-previous-field-value-column: Expand docstring | Kyle Meyer | |
2015-01-09 | snakemake-run-field-first-line-p: Simplify | Kyle Meyer | |
2015-01-09 | Replace single-branch 'if' occurrences with 'when' | Kyle Meyer | |
2015-01-09 | Reword some docstrings | Kyle Meyer | |
2014-12-14 | Bump versionv0.2.0 | Kyle Meyer | |
2014-12-11 | Use consistent ordering for defcustom keywords | Kyle Meyer | |
2014-12-11 | snakemake-run-subrule-line-p: Make cosmetic change | Kyle Meyer | |
2014-12-11 | Follow Emacs convention for spaces after periods | Kyle Meyer | |
2014-11-28 | Fix indentation | Kyle Meyer | |
2014-11-16 | Add snakemake-compile-rule command | Kyle Meyer | |
2014-11-16 | Move snakemake-compile-command | Kyle Meyer | |
2014-08-23 | Make snakemake executable customizable | Kyle Meyer | |
2014-08-23 | Add snakemake-compile-command function | Kyle Meyer | |
2014-08-08 | Add ruleorder command | Kyle Meyer | |
2014-07-03 | Support subworkflows | Kyle Meyer | |
2014-07-03 | Tweak docstring | Kyle Meyer | |
2014-07-03 | Use 'field' instead of 'subrule' | Kyle Meyer | |
2014-06-29 | Expand docstrings | Kyle Meyer | |
2014-06-29 | Fix indentation for first line of run subrule | Kyle Meyer | |
Prevent indentation from adding to previous whitespace. | |||
2014-06-29 | snakemake-run-subrule-line-p: Bound by rule start | Kyle Meyer | |
Otherwise, if on first subrule or the top rule line, it returns true if there is a previous rule block whose last subrule is run. This function still relies on the caller (here `snakemake-indent-rule-line') to check that it is actually in a rule block. If it is not, it will return true if below a rule block whose last subrule is run. | |||
2014-06-29 | Revise commentary | Kyle Meyer | |
2014-06-29 | Merge pull request #2 from purcell/patch-2 | Kyle Meyer | |
Declare dependency on Emacs 24 | |||
2014-06-29 | Declare dependency on Emacs 24 | Steve Purcell | |
There's no currently-maintained version of python.el for Emacs 23, whereas that library is shipped with Emacs 24. It makes sense, then, to mark this package for Emacs 24+ only. | |||
2014-06-29 | Anchor auto-mode-alist patterns to end-of-line | Steve Purcell | |
2014-06-28 | Make compile command flags customizable | Kyle Meyer | |
2014-06-28 | Reorder mode definition | Kyle Meyer | |
This avoids free variable warning about `snakemake-font-lock-keywords' when compiling. | |||
2014-06-27 | Initial import of snakemake-mode.el | Kyle Meyer | |