Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Fixes missing setup snippet
Browse files Browse the repository at this point in the history
Fixes #166
  • Loading branch information
aaltat committed Jan 17, 2017
1 parent 6066adb commit 1c9536a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snippets/rfde-testdata-table-setup.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[[Setup]$RF_CELL]]></content>
<!-- how to trigger the snippet -->
<tabTrigger>:</tabTrigger>
<!-- scope to limit where the snippet will trigger -->
<scope>source.robot</scope>
<description>[Setup] setting for keyword and test case table</description>
</snippet>

0 comments on commit 1c9536a

Please sign in to comment.