diff options
author | 2012-10-30 20:45:41 -0400 | |
---|---|---|
committer | 2012-10-30 20:45:41 -0400 | |
commit | 91d84c4643618e080e1f9abb70416ada5d03db73 (patch) | |
tree | 4b60592ef4966076423aa02165a4f2cabf8e0bbe /modules/textadept/editing.lua | |
parent | 8020ef7e08d812ac28d5c5ff12d311d1ee3b39a6 (diff) | |
download | textadept-91d84c4643618e080e1f9abb70416ada5d03db73.tar.gz textadept-91d84c4643618e080e1f9abb70416ada5d03db73.zip |
Continued updating documentation formatting.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r-- | modules/textadept/editing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index d61ad7dc..b5887555 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -60,7 +60,7 @@ M.comment_string = {} -- Used for auto-matching parentheses, brackets, braces, quotes, etc. Keys are -- lexer language names and values are tables of character match pairs. A pair's -- key is an ASCII value and the value is the string character match. The --- defaults are "()", "[]", "{}", "''", and """". +-- defaults are "()", "[]", "{}", "''", and """". -- This table can be populated by language-specific modules. -- @class table -- @name char_matches |