vmware-archive / sublime-text

Salt-related syntax highlighting and snippets for Sublime Text
Other
54 stars 10 forks source link

Jinja highlighting no longer works with default Jinja2 package #20

Open lkubb opened 2 years ago

lkubb commented 2 years ago

Installing Jinja2 from packagecontrol will pull a different package than before, see https://github.com/wbond/package_control_channel/pull/8415 . The new package uses text.jinja as its scope instead of the previous source.jinja2, which is referenced by this package. Thus, the default advice to install Jinja2 package is no longer valid. I tried just changing to the new scope, but that broke YAML highlighting. Therefore, in order to get Jinja highlighting again without much hassle it's probably necessary to install the old one manually (https://github.com/kudago/jinja2-tmbundle).