summaryrefslogtreecommitdiffstats
path: root/VC2013/tolua.snippet
diff options
context:
space:
mode:
Diffstat (limited to 'VC2013/tolua.snippet')
-rw-r--r--VC2013/tolua.snippet25
1 files changed, 0 insertions, 25 deletions
diff --git a/VC2013/tolua.snippet b/VC2013/tolua.snippet
deleted file mode 100644
index 3c9c9cf33..000000000
--- a/VC2013/tolua.snippet
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<CodeSnippets
- xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>ToLua</Title>
- <Shortcut>tolua</Shortcut>
- <SnippetTypes>
- <SnippetType>SurroundsWith</SnippetType>
- </SnippetTypes>
- <Author>Daniel O'Brien (marmot21)</Author>
- <Description>Adds the selected lines for Lua export</Description>
- </Header>
- <Snippet>
- <Code Language="cpp">
- <![CDATA[
- // tolua_begin
-
- $selected$
-
- // tolua_end]]>
- </Code>
- </Snippet>
- </CodeSnippet>
-</CodeSnippets> \ No newline at end of file