The include keyword is not highlighted when within a loop: ``` includes = ["/rules/window_counts/csaw_window_counts.rules", "/rules/remove_animal_bins/remove_animal_bins.rules"] for path in includes: include: include_prefix + path # include not highlighted ``` Started a new thread since I guess highlighting is different from indentation even though both are regex-based. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/17