Sublime text: Adding symbols to a new language definition (syntax highlighting)
I have written syntax highlighting for a slightly unfamiliar language (Cadence SKILL) in sublime text 2. Its working like a charm, however I miss the feature of CTRL + R , which locates all the symbols (functions) in the present file in an easily accessible way. Can anyone please suggest how to tell Sublime Text where to look for a pattern of function (procedure) declaration? Thanks! skuroda Take a look at Default/Symbol List.tmPreferences . You can create this preference file and specify scopes to include in the symbol list. You may also want to look at Java/Symbol List <some specifier>