diff options
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 = {} |