mirror of
https://github.com/Reuh/sublime-anselme.git
synced 2025-10-27 19:59:30 +00:00
Added § decorator
This commit is contained in:
parent
732ca7f6c5
commit
516e3ea156
3 changed files with 52 additions and 14 deletions
14
Indent.tmPreferences
Normal file
14
Indent.tmPreferences
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Indent</string>
|
||||
<key>scope</key>
|
||||
<string>source.anselme</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>increaseIndentPattern</key>
|
||||
<string>^\s*[§>~#]</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue