Init repo

This commit is contained in:
Krzosa Karol
2025-12-31 09:07:18 +01:00
commit e431739a9b
15 changed files with 291 additions and 0 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>