aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-05-09 18:04:46 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-05-09 18:04:46 -0400
commit8b8c7e0e02b585145b42ab95bacfb866b355f26b (patch)
tree39b94c6860e87657c8e2082dd3795b48ab536e90 /scripts
parentcbb94172d6192e67bc0f8b7d9661f47816181627 (diff)
Updated to Scintilla 3.20.0.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index edd48e1d..dcd4b9b5 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -135,6 +135,9 @@ functions['get_cur_line'][2] = types.position -- was interpreted as 'void'
-- 1-based numbers, but should not be, or vice-versa.
properties['length'][3] = types.int
properties['style_at'][3] = types.index
+functions['marker_handle_from_line'][4] = types.index
+functions['marker_number_from_line'][2] = types.index
+functions['marker_number_from_line'][4] = types.index
functions['count_characters'][2] = types.int
functions['count_code_units'][2] = types.int
properties['line_count'][3] = types.int