mirror of
https://github.com/Reuh/sublime-candran.git
synced 2025-10-27 10:09:31 +00:00
Updated to latest Lua syntax
This commit is contained in:
parent
879d2ff30b
commit
e68cb5fd22
6 changed files with 759 additions and 89 deletions
16
Symbol List.tmPreferences
Normal file
16
Symbol List.tmPreferences
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue