Skip to content

Commit

Permalink
add snippet for import and include
Browse files Browse the repository at this point in the history
  • Loading branch information
nyx0 committed Jun 17, 2019
1 parent d7bd98c commit e6d4056
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snippets/import.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
import "${1}"
]]></content>
<tabTrigger>imp</tabTrigger>
<scope>source.yara</scope>
<description>import</description>
</snippet>
8 changes: 8 additions & 0 deletions snippets/include.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
include "${1}.yar"
]]></content>
<tabTrigger>inc</tabTrigger>
<scope>source.yara</scope>
<description>include</description>
</snippet>

0 comments on commit e6d4056

Please sign in to comment.