mirror of
https://github.com/Reuh/sublime-candran.git
synced 2025-10-27 18:19:31 +00:00
Initial commit
This commit is contained in:
commit
aff3d6807d
6 changed files with 168 additions and 0 deletions
12
Completion Rules.tmPreferences
Executable file
12
Completion Rules.tmPreferences
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>source.can</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>cancelCompletion</key>
|
||||
<string>^.*\b(?:end|do|else)$</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue