Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-04 | popup: Consider file targets in region | 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. |