From 5f29cb8190dbee6bb10b4eb904c8c39750de352d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 23 Nov 2010 19:09:21 -0500 Subject: Code cleanup. Also modified the editing module's enclose() and select_enclosed() functions. --- modules/textadept/snippets.lua | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 modules/textadept/snippets.lua (limited to 'modules/textadept/snippets.lua') diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua old mode 100755 new mode 100644 index 4d426532..95a80558 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -34,6 +34,9 @@ module('_m.textadept.snippets', package.seeall) -- and `lua`. Style names are different lexer styles, most of which are in -- `lexers/lexer.lua`; examples are `whitespace`, `comment`, and `string`. -- +-- Snippet text should contain spaces instead of tabs since Textadept +-- automatically converts spaces to tabs depending on the current settings. +-- -- ## Snippet Precedence -- -- When searching for a snippet to expand in the `snippets` table, snippets in -- cgit v1.2.3