yasi-indenter
Sublime Text plugin for correct s-expression indentation using yasi
Details
Installs
- Total 496
- Win 279
- Mac 136
- Linux 81
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-yasi - yasi indenter meets Sublime Text
Enables correct lisp code indentation from within Sublime Text 3.
Installation
The repo way:
- Hit
Ctrl+Shift+P
- Launch
Add Repository
- Paste
https://github.com/nkmathew/sublime-yasi
Ctrl+Shift+P
again- Click
Install Package
, lookup yasi and install it
- Hit
Standard way(via Package Control):
- Hit
Ctrl+Shift+P
>Install Package
search for yasi and install it
- Hit
Manually:
- Clone repo or download master.zip
- Run
make VER=2
to install for Sublime 2 ormake VER=3
for Sublime 3
Features
- Indenting selections:
Hit Ctrl+r
to indent the selection or alternatively navigate to the Selection
menu then Format then Indent S-expression.
- Indenting the current line:
Hitting Ctrl-r
without an existing selection will result in the current line
being reindented.
- Auto-indentation:
Auto-indents the next line when the enter key is pressed
- Indenting file on save(opt-out feature, see preferences)
Preferences
To turn off file auto-indentation on save go to the user settings in,
and change the value to false
like so:
{
"indent_sexp_on_save": false
}