diff options
Diffstat (limited to 'modules/textadept/snippets.lua')
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index 5b7e3c09..3579df0a 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -14,7 +14,7 @@ -- 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('modules.textadept.snippets', package.seeall) +module('_m.textadept.snippets', package.seeall) -- options local MARK_SNIPPET = 4 |