diff options
author | 2013-12-12 12:09:32 -0500 | |
---|---|---|
committer | 2013-12-12 12:09:32 -0500 | |
commit | 1a2b4bfecce766e97dc16009997599a7846c64b6 (patch) | |
tree | 45c98f01adcf575f27df34808da0dd81bd2a4dcc /modules/textadept/file_types.lua | |
parent | d982def4a48569dbe16ef1303ec208ecd24a1af9 (diff) | |
download | textadept-1a2b4bfecce766e97dc16009997599a7846c64b6.tar.gz textadept-1a2b4bfecce766e97dc16009997599a7846c64b6.zip |
More LuaDoc updates.
Diffstat (limited to 'modules/textadept/file_types.lua')
-rw-r--r-- | modules/textadept/file_types.lua | 3 |
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 |