nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
86 stars 18 forks source link

Another issue with Combine Callbacks option #389

Closed mkruselj closed 8 months ago

mkruselj commented 1 year ago

import.ksp:

on init
    declare x
end on

main.ksp:

import "import.ksp"

on init
    declare !multi_dimensional_string_array[2, 2]
end on