kakoune/rc
Matt Schick 8e698e0054 Simplify handlebars adding/removal hooks
Removing the handlebars highlighters when a client toggles away from hbs window unintentionally causes
other clients attached to hbs windows to no longer highlight correctly.  The only other option is to
copy the entire html highlighter and all of it's rules, but that seems like a maitenance headache.
So instead, just leave the hbs rules injected into the html rules once the user opens any handlebars file.
It's not ideal, but I'd say it's the least bad option.
2018-10-06 08:39:01 -05:00
..
base Merge remote-tracking branch 'laelath/shell-command-completion' 2018-10-06 10:47:23 +10:00
core Fix kakrc shell script completion region definitions 2018-10-06 10:49:14 +10:00
extra Simplify handlebars adding/removal hooks 2018-10-06 08:39:01 -05:00