diff options
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-x | scripts/gen_iface.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index e8f94560..74a1f8b4 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,6 +1,8 @@ #!/usr/bin/lua -- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- This script generates the _SCINTILLA table from SciTE's Lua Interface tables. + local f = io.open('../../scite-latest/scite/src/IFaceTable.cxx') local contents = f:read('*all') f:close() |