From 0c1718a568f4db2661ab3fc960beba22ce5ff00c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Aug 2010 01:12:47 -0400 Subject: Added LuaDoc for modules/cpp/commands.lua. --- modules/cpp/commands.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/cpp') diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 2348ad41..3aa65a5a 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -4,6 +4,12 @@ -- Commands for the cpp module. module('_m.cpp.commands', package.seeall) +-- Markdown: +-- ## Key Commands +-- +-- + `Alt+l, m`: Open this module for editing. +-- + `Shift+Return`: Add ';' to line end and insert newline. + local m_editing, m_run = _m.textadept.editing, _m.textadept.run -- Comment string tables use lexer names. m_editing.comment_string.cpp = '//' @@ -34,3 +40,7 @@ if type(keys) == 'table' then end }, } end + +--- +-- This module contains no functions. +function no_functions() end no_functions = nil -- cgit v1.2.3