Sublime Forum

How to create a code beautifier plugin?

#1

I am looking to create a code beautifier for a language not supported so far. Is there any information or ‘how to’ manual about how to do this? Thanks!

0 Likes

#2

Assuming that there is already a program that can do the formatting, you can use an example of existing formatter plugin like for example https://github.com/kufii/Sublime-ESLint-Fix

0 Likes