aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-07 16:55:11 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-07 16:55:11 -0500
commita141580db89b7474440180ce9cd990605f92a867 (patch)
tree0203fe69c388840fb38f5819e33a1330eebea072 /NEWS
parentfac9683e73ec1a068ac2bd03269494f137ef9606 (diff)
downloadsnakemake-mode-a141580db89b7474440180ce9cd990605f92a867.tar.gz
NEWS: Use ~ code tags
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 225e007..cefac83 100644
--- a/NEWS
+++ b/NEWS
@@ -8,13 +8,13 @@
'benchmark', as well as the 'touch' function, are now recognized.
- Indentation for field values starting on the line below a field key
- is now supported. New variable `snakemake-indent-value-offset'
+ is now supported. New variable ~snakemake-indent-value-offset~
controls the offset for the value and replaces the variable
- `snakemake-indent-run-offset'. If these values are continued on
+ ~snakemake-indent-run-offset~. If these values are continued on
another line, indentation cycling now includes a step that indents
according to Python mode.
-- `snakemake-compile-rule' can now pass the '--touch' flag to
+- ~snakemake-compile-rule~ can now pass the '--touch' flag to
snakemake.
- The Imenu index now includes Python mode items in addition to rule
@@ -26,10 +26,10 @@
** New features
-- Both the executable and flags for the Snakemake `compile-command' are
+- Both the executable and flags for the Snakemake ~compile-command~ are
now customizable.
-- New command `snakemake-compile-rule' runs Snakemake with the rule at
+- New command ~snakemake-compile-rule~ runs Snakemake with the rule at
point as the target.
- Subworkflow blocks are now supported.