You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add this bundle to some editor, supporting many file extensions (like PHPStorm IDE for example), no syntax highlighting appears.
This happens, because the filetypes key in the file Syntaxes\Jinja Templates.tmLanguage is empty. I had to edit it to look like this to enable syntax highlighting of Ansible jinja templates in PHPStorm:
Just to clarify for those coming like me from Google, you need to edit the file in this repository where you did the checkout as @FractalizeR (thanks!) said above, not .PHPStorm home directory or PHPStorm itself.
If you add this bundle to some editor, supporting many file extensions (like PHPStorm IDE for example), no syntax highlighting appears.
This happens, because the
filetypes
key in the fileSyntaxes\Jinja Templates.tmLanguage
is empty. I had to edit it to look like this to enable syntax highlighting of Ansible jinja templates in PHPStorm:The text was updated successfully, but these errors were encountered: