diff options
author | Mattes D <github@xoft.cz> | 2013-11-14 08:04:43 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-14 08:04:43 +0100 |
commit | 79a98627a2a234226b5daeb1a709060acd289226 (patch) | |
tree | ccf6e66ed4e3d944f47bcdc69eb7d33132a694f9 /VC2008 | |
parent | Updated the Core. (diff) | |
parent | fixed function name (diff) | |
download | cuberite-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 'VC2008')
-rw-r--r-- | VC2008/tolua.snippet | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/VC2008/tolua.snippet b/VC2008/tolua.snippet new file mode 100644 index 000000000..3c9c9cf33 --- /dev/null +++ b/VC2008/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 |