Files
dotfiles/sublime_text/enum snippet.sublime-snippet
Krzosa Karol e431739a9b Init repo
2025-12-31 09:07:18 +01:00

10 lines
398 B
XML

<snippet>
<content><![CDATA[typedef enum {
} ${1:name};
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>en</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>(source.c | source.objc | source.c++ | source.objc++) - meta.preprocessor.include - comment - string</scope>
</snippet>