When turning on ansible mode, the buffer doesn't automatically recolor based on the mode's fontification rules.
Workaround: Go to beginning of buffer, add a character then remove it, forcing a refontification.
I assume this traces down to a missing call to some well-known "refontify" method of Emacs, but don't have the ELisp-fu to prove it.
I would love to be pointed to the adequate method so I can create a PR.
When turning on
ansible
mode, the buffer doesn't automatically recolor based on the mode's fontification rules.Workaround: Go to beginning of buffer, add a character then remove it, forcing a refontification.
I assume this traces down to a missing call to some well-known "refontify" method of Emacs, but don't have the ELisp-fu to prove it. I would love to be pointed to the adequate method so I can create a PR.