javascript - Reformat Code with Custom Language (Dust.js)? -


i'm trying use automatic reformat code option in jetbrains ide (pycharm pro 4.5), won't work *.dust templates. tried using custom dust plugin (https://github.com/yifanz/intellij-dust), adds syntax highlighting.

is there no way ide use html code style settings on different file extension or custom definitions created on fly?

there not way define generic style definitions. "intelli-dust" plugin developer need add them plug-in. or yo need add own plug-in. reason being defining code style formatting rule complex.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -