sublimetext2 - How to custom alignment in Sublime Text 2? -


well i'm using sublime text 2 lot of tasks, included creation of documents latex. downloaded , installed alignmentpackage , works great when want align respect = symbol. in latex need align respect & , % don't understand or how can custom that. read documentation package here, , see must go preferences > package settings > alignment > settings – user there see is:

{     "color_scheme": "packages/color scheme - default/monokai bright.tmtheme",     "font_size": 12.0,     "ignored_packages":     [         "vintage",         "pyv8"     ] } 

and don't know should add, , if it's before close {} o later opening new pair. me that?

on mac need @ alignment/base file.sublime-settings

// mid-line characters align in multi-line selection, changing // empty array disable mid-line alignment "alignment_chars": ["="], 

add characters want align on either file, or create user settings file indicated.

"alignment_chars": ["=", "%", "&"], 

the contents of file listed user system preferences, not user settings file alignment.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -