lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Symbol List - Methods.tmPreferences (392B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <plist version="1.0">
      3 <dict>
      4 	<key>scope</key>
      5 	<string>source.ruby entity.name.function</string>
      6 	<key>settings</key>
      7 	<dict>
      8 		<key>showInSymbolList</key>
      9 		<integer>1</integer>
     10 		<key>showInIndexedSymbolList</key>
     11 		<integer>1</integer>
     12 		<key>symbolIndexTransformation</key>
     13 		<string>/^([[:alnum:]_]+(::|\.))*//;</string>
     14 	</dict>
     15 </dict>
     16 </plist>