mirror of
https://github.com/Reuh/sublime-candran.git
synced 2025-10-27 18:19:31 +00:00
16 lines
409 B
Text
16 lines
409 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Symbol List Function</string>
|
|
<key>scope</key>
|
|
<string>source.candran meta.name.function</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>showInSymbolList</key>
|
|
<string>1</string>
|
|
<key>symbolTransformation</key>
|
|
<string>s/\s+/ /g;</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|