diff options
author | 2011-04-03 22:20:33 -0400 | |
---|---|---|
committer | 2011-04-03 22:20:33 -0400 | |
commit | 06391f279ae54bdf09f872bc0369087fc9a2c30a (patch) | |
tree | 1f00ca9ebbbe9facb7728922ee62137f625b8dc2 /modules | |
parent | 50071cd72c12ef6ab31cd257ee2339bf2b1980c1 (diff) | |
download | textadept-06391f279ae54bdf09f872bc0369087fc9a2c30a.tar.gz textadept-06391f279ae54bdf09f872bc0369087fc9a2c30a.zip |
Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.lua
Diffstat (limited to 'modules')
-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. |