diff options
author | 2012-11-20 13:46:03 -0500 | |
---|---|---|
committer | 2012-11-20 13:46:03 -0500 | |
commit | 8cb3bef141c7c2b781ce5d559a2ea27b77e88271 (patch) | |
tree | 203c0fae89962b3ff671b0dc565d0892466497d0 /modules/textadept/mime_types.lua | |
parent | 5f98f4e9afdc411dd492d103ff7e26c258d9b935 (diff) | |
download | textadept-8cb3bef141c7c2b781ce5d559a2ea27b77e88271.tar.gz textadept-8cb3bef141c7c2b781ce5d559a2ea27b77e88271.zip |
Be consistent with regard to "caret" vs. "current position".
Diffstat (limited to 'modules/textadept/mime_types.lua')
-rw-r--r-- | modules/textadept/mime_types.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/mime_types.lua b/modules/textadept/mime_types.lua index 2e07a3a4..8193bc52 100644 --- a/modules/textadept/mime_types.lua +++ b/modules/textadept/mime_types.lua @@ -109,8 +109,8 @@ local function get_style_name(buffer, style_num) end -- Contains the whitespace styles for lexers. --- These whitespace styles are used to determine the lexer at the current caret --- position since the styles have the name "[lang]_whitespace". +-- These whitespace styles are used to determine the lexer at the caret position +-- since the styles have the name "[lang]_whitespace". -- @class table -- @name ws_styles local ws_styles = {} |