summaryrefslogtreecommitdiffstats
path: root/VC2013
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-11-14 08:04:43 +0100
committerMattes D <github@xoft.cz>2013-11-14 08:04:43 +0100
commit79a98627a2a234226b5daeb1a709060acd289226 (patch)
treeccf6e66ed4e3d944f47bcdc69eb7d33132a694f9 /VC2013
parentUpdated the Core. (diff)
parentfixed function name (diff)
downloadcuberite-79a98627a2a234226b5daeb1a709060acd289226.tar
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.gz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.bz2
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.lz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.xz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.zst
cuberite-79a98627a2a234226b5daeb1a709060acd289226.zip
Diffstat (limited to 'VC2013')
-rw-r--r--VC2013/tolua.snippet25
1 files changed, 25 insertions, 0 deletions
diff --git a/VC2013/tolua.snippet b/VC2013/tolua.snippet
new file mode 100644
index 000000000..3c9c9cf33
--- /dev/null
+++ b/VC2013/tolua.snippet
@@ -0,0 +1,25 @@
+<?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