aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-04-03 22:20:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-04-03 22:20:33 -0400
commit06391f279ae54bdf09f872bc0369087fc9a2c30a (patch)
tree1f00ca9ebbbe9facb7728922ee62137f625b8dc2 /modules/textadept/adeptsense.lua
parent50071cd72c12ef6ab31cd257ee2339bf2b1980c1 (diff)
downloadtextadept-06391f279ae54bdf09f872bc0369087fc9a2c30a.tar.gz
textadept-06391f279ae54bdf09f872bc0369087fc9a2c30a.zip
Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.lua
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua4
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.