Top "Sublimetext2" questions

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF.

How to change style of matched brackets in Sublime Text 2 / 3?

It's just underlining the matched brackets, Is it possible to make it more useful like changing brackets colour or highlighting …

sublimetext2 sublimetext sublimetext3
Sublime text 2 - how to order a list of words alphabetically (DESC / ASC)

Is there any way to order a huge list of words alphabetically? for example: Hey Salcaiser Ok Here Strange Weird …

sorting sublimetext2 sublimetext word alphabetical-sort
Exit command mode in sublime text 2

I just started using sublime text 2 and when I go into command mode I can't get out. How do I …

text-editor sublimetext2
Sublime Text 2: How to get scss and Less files to have color?

I'm using Sublime Text 2 and the css.scss and css.less files are in all white text - the comments, …

sublimetext2 sublimetext
How can I put cursor on every line in Sublime Text?

I want to be able to edit every line of my data simultaneously, for instance put quotations in front of …

sublimetext2 sublimetext3 sublimetext
command "subl" from terminal don't work

I am a Mac-newbie (Mountain Lion) and try to set up the "subl"-command for the terminal, like described here: …

terminal sublimetext2 osx-mountain-lion
Removing projects in Sublime Text 2 and 3

How do you remove a project from Sublime Text 2 and 3's project windows (Ctrl+Alt+P) ? Delete has no effect, …

sublimetext2 sublimetext3
How do I skip a match when using Ctrl+D for multiple selections in Sublime Text 2?

I have some code like: testVar = { a: 1 }; testVariable1 = 2; var c = testVar.a + testVariable2; var d = testVar; I want to rename "…

windows sublimetext2
Custom syntax highlighting in Sublime Text 2

I want to use Sublime Text as log viewer. That's why I need to create tmlanguage file for highlighting of …

syntax-highlighting sublimetext2
How to insert a column of increasing numbers in Sublime Text 2?

text text text text after the editing, those text becomes to 1 text 2 text 3 text 4 text It's easy in Notepad ++ with …

sublimetext2