diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-09-02 21:50:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-09-02 21:54:48 -0400 |
commit | d79027959fadb2049b045874723b0897ebb91aa1 (patch) | |
tree | cd0084c20b76248128e3c4b69e82f6e0d7520e82 /.travis.yml | |
parent | fc2b4e58b232173a9987a2c7f7dbd02e3f6631e1 (diff) | |
download | snakemake-mode-d79027959fadb2049b045874723b0897ebb91aa1.tar.gz |
Decrease font lock precedence of command keywords
The keyword wildcard_constraints can be either a top-level command or a
rule field keyword. The previous order in snakemake-font-lock-keywords
resulted in wildcard_constraints always be highlighted as a command key.
Rearrange the font lock list order to put the field key entry first.
This should result in the correct highlighting in every case except for
when a command key is indented (e.g., under an "if"), but this
presumably will occur much less frequently than wildcard_constraints
being used as a field keyword.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions