diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-10-04 22:40:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-10-04 22:46:55 -0400 |
commit | 7ee9518f0ac25f602319aec5011b458500b2bbfb (patch) | |
tree | 5c77b6b1a8b9db96caa4be9d9255ccd661c55f30 /.travis.yml | |
parent | 43b3315149956765b7b3480dfd095ffd00b41dc2 (diff) | |
download | snakemake-mode-7ee9518f0ac25f602319aec5011b458500b2bbfb.tar.gz |
snakemake-font-lock-keywords: Increase command precedence
With the addition of 'report', the built-in names and command names
are no longer disjoint sets. All occurrences of 'report' are
fontified as a built-in because the built-in regexp is a substring of
the command regexp. Move the command regexp before the built-in
regexp so that the 'report:' command is highlighted as a command.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions