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,8 @@
<snippet>
<content><![CDATA[typedef struct ${1:name} ${1:name};
struct ${1:name} {
};
]]></content>
<tabTrigger>st</tabTrigger>
<scope>(source.c | source.objc | source.c++ | source.objc++) - meta.preprocessor.include - comment - string</scope>
</snippet>