aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-06-12 15:12:40 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-06-12 15:12:40 -0400
commit8f39176328e6e8610a338d014c1893fbd7edf2c0 (patch)
tree972505612d0443d992a62c6c726dd3c5a2fc5997 /modules/lua/init.lua
parent76bf447b66be5ffe6db007b7d97a0e9687d96e40 (diff)
`_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.
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r--modules/lua/init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 8bf381a9..90dbf0a6 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -24,9 +24,6 @@ local M = {}
-- from *`_USERHOME`/modules/lua/api*.
module('_M.lua')]]
--- Comment string tables use lexer names.
-_M.textadept.editing.comment_string.lua = '--'
-
-- Compile and Run command tables use file extensions.
_M.textadept.run.compile_command.lua = 'luac %(filename)'
_M.textadept.run.run_command.lua = 'lua %(filename)'