From af47e2fb39f959bb9cdcf74bd834d83687e1ec3f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 7 Oct 2007 19:09:58 -0400 Subject: Added refresh key for syntax highlighting; modules/textadept/key_commands.lua --- modules/textadept/key_commands.lua | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3