1
0
Fork 0
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:
Étienne Fildadut 2019-08-11 16:36:13 +02:00
parent 879d2ff30b
commit e68cb5fd22
6 changed files with 759 additions and 89 deletions

16
Symbol List.tmPreferences Normal file
View 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>