From b14e7d17b2e57507cb1f0f69e332a733be9fadb2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 21 Aug 2007 23:32:26 -0400 Subject: Moved @usage LuaDocs to comment blocks inside the modules. --- modules/textadept/lsnippets.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/textadept/lsnippets.lua') diff --git a/modules/textadept/lsnippets.lua b/modules/textadept/lsnippets.lua index f7773639..0e1ad0a7 100644 --- a/modules/textadept/lsnippets.lua +++ b/modules/textadept/lsnippets.lua @@ -12,7 +12,9 @@ -- MARK_SNIPPET_COLOR: The Scintilla color used for the line -- that marks the end of the snippet. -- --- @usage +module('_m.textadept.lsnippets', package.seeall) + +-- Usage: -- Snippets are defined in the global table 'snippets'. Keys in that table are -- snippet trigger words, and values are the snippet's text to insert. The -- exceptions are language names and style names. Language names have table @@ -66,7 +68,6 @@ -- * Only '`' needs to be escaped in shell code. -- * '|'s after the first in transformations do not need to be escaped. -- * Only unmatched ')'s need to be escaped. Nested ()s are ignored. -module('_m.textadept.lsnippets', package.seeall) local MARK_SNIPPET = 4 local MARK_SNIPPET_COLOR = 0x4D9999 -- cgit v1.2.3