Create new Code Style for unsupported language?
Is it possible to create a new Code Style for a language that isn't currently supported in WebStorm?
There doesn't seem to be anything exposed in the UI to do this, and I poked around the WebStorm product hopinig to find some config files or something that could be copied/modified, but didn't find anything. To clarify this isn't the simple File Type syntax highlighting, I already got that, but the more complete language rules under Code Style.
请先登录再写评论。
You need deveoping a plugin for thet. See http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/code_formatting.html
Just what I needed! Thank you!