aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
AgeCommit message (Expand)Author
2016-04-16Add wrapper keywordKyle Meyer
2016-04-16Support anonymous rule blocksKyle Meyer
2016-04-15mode: Unset indent-region-functionKyle Meyer
2016-03-12mode: Add ".snakefile" as a file suffixKyle Meyer
2016-02-28Fix rule recognition at beginning of bufferKyle Meyer
2016-02-28Add popup interface for compilationKyle Meyer
2016-02-27snakemake-mode.el: Remove local variables footerKyle Meyer
2016-02-09imenu: Use same order as bufferKyle Meyer
2016-02-07Bump versionv0.3.0Kyle Meyer
2016-02-07Add 'script' keywordKyle Meyer
2016-02-07Reorganize keyword listsKyle Meyer
2016-02-07Rely on implicit group for defcustom'sKyle Meyer
2016-01-17Update copyright yearsKyle Meyer
2016-01-17Highlight Snakefile errors in compilation buffersKyle Meyer
2016-01-17commentary: Update URL for Snakemake's new homeKyle Meyer
2015-12-24Recognize blank lines in rule docstringsKyle Meyer
2015-12-24Use lexical bindingKyle Meyer
2015-11-03Add shadow keyword for rulesSimon Ye
2015-06-10Recognize touch functionKyle Meyer
2015-06-03Coexist with Python mode Imenu itemsKyle Meyer
2015-06-03Expose --touch flag in snakemake-compile-ruleKyle Meyer
2015-04-09Fix broken regexpsKyle Meyer
2015-04-08Use rx to make regular expressionsKyle Meyer
2015-04-08snakemake-builtin-function-re: Reword docstringKyle Meyer
2015-04-08Remove leftover concatKyle Meyer
2015-04-08Use font-lock-defaultsKyle Meyer
2015-03-07Rework indentationKyle Meyer
2015-03-07Use syntax code for whitespace regexKyle Meyer
2015-03-06Fix 'version' keyword typoKyle Meyer
2015-03-06Add 'log' and 'benchmark' keywordsKyle Meyer
2015-03-05Indent field values that start on their own lineKyle Meyer
2015-03-05Fix typo in docstringKyle Meyer
2015-03-05Reword docstrings for predicate functionsKyle Meyer
2015-03-05Add onsuccess and onerror keywordsKyle Meyer
2015-03-05Update copyright yearKyle Meyer
2015-03-05Add configfile as top-level commandKyle Meyer
2015-01-09Replace looking-at calls with looking-at-p callsKyle Meyer
2015-01-09snakemake-previous-field-value-column: Expand docstringKyle Meyer
2015-01-09snakemake-run-field-first-line-p: SimplifyKyle Meyer
2015-01-09Replace single-branch 'if' occurrences with 'when'Kyle Meyer
2015-01-09Reword some docstringsKyle Meyer
2014-12-14Bump versionv0.2.0Kyle Meyer
2014-12-11Use consistent ordering for defcustom keywordsKyle Meyer
2014-12-11snakemake-run-subrule-line-p: Make cosmetic changeKyle Meyer
2014-12-11Follow Emacs convention for spaces after periodsKyle Meyer
2014-11-28Fix indentationKyle Meyer
2014-11-16Add snakemake-compile-rule commandKyle Meyer
2014-11-16Move snakemake-compile-commandKyle Meyer
2014-08-23Make snakemake executable customizableKyle Meyer
2014-08-23Add snakemake-compile-command functionKyle Meyer