summaryrefslogtreecommitdiff
path: root/test-snakemake-mode.el
AgeCommit message (Collapse)Author
2016-01-17Update copyright yearsKyle Meyer
2015-12-24Recognize blank lines in rule docstringsKyle Meyer
2015-03-07Rework indentationKyle Meyer
- Change continued field values to support Python indentation. This is useful when the value is using something like format (but only applies to naked field keys). - Don't move back to the start of the line when in a continued field value. - When on the first line of block, only indent to main offset. - Move to current indentation if point is before it. Unless there is one possible value for indentation, don't adjust indentation any further.
2015-03-07Mute messages in testsKyle Meyer
2015-03-07snakemake-with-temp-text: Rewrite docstringKyle Meyer
2015-03-07Fix indentation in testsKyle Meyer
The indentation was off because snakemake-with-temp-text had not been evaluated.
2015-03-05Indent field values that start on their own lineKyle 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-05Add testsKyle Meyer