aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/file_types.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/file_types.lua')
-rw-r--r--modules/textadept/file_types.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/file_types.lua b/modules/textadept/file_types.lua
index de79a079..02dd3c63 100644
--- a/modules/textadept/file_types.lua
+++ b/modules/textadept/file_types.lua
@@ -18,8 +18,7 @@ module('textadept.file_types')]]
events.LEXER_LOADED = 'lexer_loaded'
---
--- Map of file extensions (excluding the leading '.') to their associated
--- lexer names.
+-- Map of file extensions to their associated lexer names.
-- If the file type is not recognized by shebang words or first-line patterns,
-- each file extension is matched against the file's extension.
-- @class table