From 712ddca9a7d5d2188af6c9f9a6598ccc6090fb47 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 9 Aug 2007 14:27:54 -0400 Subject: Removed unnecessary LuaDoc; modules/textadept/snippets.lua Option variables for file in/out, redirect, and Ruby are not longer used. --- modules/textadept/snippets.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules') 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) -- cgit v1.2.3