From 190f9aaeb206bfe209291898fae17880d5f62748 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 Jun 2016 17:27:55 -0400 Subject: Lots of small LuaDoc improvements (grammar mainly). --- modules/ansi_c/init.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules/ansi_c') diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index 950479d3..a8f7ef7f 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/init.lua @@ -6,11 +6,6 @@ local M = {} --- -- The ansi_c module. -- It provides utilities for editing C code. --- --- ## Key Bindings --- --- + `Shift+Enter` (`⇧↩` | `S-Enter`) --- Add ';' to the end of the current line and insert a newline. module('_M.ansi_c')]] -- Autocompletion and documentation. @@ -90,6 +85,9 @@ textadept.editing.api_files.ansi_c = { --- -- Table of C-specific key bindings. +-- +-- + `Shift+Enter` (`⇧↩` | `S-Enter`) +-- Add ';' to the end of the current line and insert a newline. -- @class table -- @name _G.keys.ansi_c keys.ansi_c = { -- cgit v1.2.3