From 8f39176328e6e8610a338d014c1893fbd7edf2c0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Jun 2013 15:12:40 -0400 Subject: `_M.textadept.editing.block_comment()` supports block comment delimiters. Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box. --- modules/cpp/init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/cpp/init.lua') diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua index 0e328838..646ca218 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/init.lua @@ -23,9 +23,6 @@ local M = {} -- from *`_USERHOME`/modules/cpp/api*. module('_M.cpp')]] --- Comment string tables use lexer names. -_M.textadept.editing.comment_string.cpp = '//' - -- Compile and Run command tables use file extensions. _M.textadept.run.compile_command.c = 'gcc -pedantic -Os -o "%(filename_noext)" %(filename)' -- cgit v1.2.3