Setup sublime

This commit is contained in:
KK
2026-06-25 08:37:05 +02:00
parent fa6cf37c92
commit 02cc4698dc
18 changed files with 63 additions and 159 deletions

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[///////////////////////////////
// ${1:section}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>////</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>