aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-08-09 14:27:54 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-08-09 14:27:54 -0400
commit712ddca9a7d5d2188af6c9f9a6598ccc6090fb47 (patch)
tree41c9056f01baa83bc6ad6650dea6d4e3d9c2cbeb /modules
parent5da76d004a633de15830ca3ca1e694a91110cc73 (diff)
Removed unnecessary LuaDoc; modules/textadept/snippets.lua
Option variables for file in/out, redirect, and Ruby are not longer used.
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/snippets.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua
index 3579df0a..418e9bc9 100644
--- a/modules/textadept/snippets.lua
+++ b/modules/textadept/snippets.lua
@@ -7,11 +7,6 @@
-- end of a snippet.
-- SCOPES_ENABLED: Flag indicating whether scopes/styles can be used for
-- snippets.
--- FILE_IN: Location of the temporary file used as STDIN for regex mirrors.
--- FILE_OUT: Location of the temporary file that will contain output for
--- regex mirrors.
--- REDIRECT: The command line symbol used for redirecting STDOUT to a file.
--- RUBY_CMD: The command that executes the Ruby interpreter.
-- MARK_SNIPPET_COLOR: The Scintilla color used for the line that marks the
-- end of the snippet.
module('_m.textadept.snippets', package.seeall)