1
0
Fork 0
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:
Étienne Fildadut 2019-08-17 18:05:00 +02:00
parent 732ca7f6c5
commit 516e3ea156
3 changed files with 52 additions and 14 deletions

14
Indent.tmPreferences Normal file
View 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>