Actions
Bug #11688
closedSyntax highlighting defaults to text when editing provisioning templates
Description
Since #11625, the default syntax highlighting for a provisioning template is now "text" rather than "ruby", which it used to be. Most provisioning templates contain either Ruby (ERB) or shell scripts, so either ruby or sh highlighting would be reasonable defaults I think.
Or if we don't want to change the default, perhaps a cookie could be used to remember the user's choice.
Added by Walden Raines over 9 years ago
Actions
Fixes #11688: default text editor to ruby.
Instead of defaulting to text, default to ruby syntax highlighting.
http://projects.theforeman.org/issues/11688