1
0
Fork 0
mirror of https://github.com/Reuh/sublime-anselme.git synced 2025-10-27 11:49:30 +00:00

Rewrite for Anselme v2.0.0-alpha

This commit is contained in:
Étienne Fildadut 2023-12-18 18:39:59 +01:00
parent 7501facc8a
commit 35daa005cc
3 changed files with 230 additions and 209 deletions

View file

@ -8,7 +8,7 @@
<key>settings</key>
<dict>
<key>increaseIndentPattern</key>
<string>^\s*([~#>]|:[$!%])</string>
<string>(^.*(\$|\@|\~|\~\?|\|\>|\#|\=)\s*$)|^\s*(\:\:?[\@\!]?\$.*$)</string>
</dict>
</dict>
</plist>