aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-10-07 19:09:58 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-10-07 19:09:58 -0400
commitaf47e2fb39f959bb9cdcf74bd834d83687e1ec3f (patch)
treeffbdad478b069f85edba1adf7bddc218db48790a /modules
parent04a66e644fd2fa798832932b0963747a00f3254e (diff)
Added refresh key for syntax highlighting; modules/textadept/key_commands.lua
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/key_commands.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/key_commands.lua b/modules/textadept/key_commands.lua
index 4f69bb7b..599bac82 100644
--- a/modules/textadept/key_commands.lua
+++ b/modules/textadept/key_commands.lua
@@ -215,3 +215,4 @@ keys.ct.f = { function()
local buffer = buffer
buffer:toggle_fold( buffer:line_from_position(buffer.current_pos) )
end }
+keys.f5 = { 'colourise', b, 1, -1 }