Age | Commit message (Collapse) | Author |
|
|
|
|
|
Prevent indentation from adding to previous whitespace.
|
|
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.
|
|
|
|
Declare dependency on Emacs 24
|
|
Anchor auto-mode-alist patterns to end-of-line
|
|
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.
|
|
|
|
|
|
This avoids free variable warning about `snakemake-font-lock-keywords'
when compiling.
|
|
|
|
|