diff options
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/adeptsense.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index bcdb0094..bcd2a03b 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -91,6 +91,10 @@ module('_m.textadept.adeptsense', package.seeall) -- -- sense.syntax.type_declarations = {} -- +-- ##### syntax.type_declarations_exclude +-- +-- Since Lua has no type declarations, no changes are necessary. +-- -- ##### syntax.type_assignments -- -- Sometimes a type can be inferred by the right side of a variable assignment. |