gobiasinc / illusions

Concepts for new illusions
0 stars 0 forks source link

Contextual snippets broken #7

Open perborgen opened 5 years ago

perborgen commented 5 years ago

This code doesn't offer a contextual snippet option:

app.use(async ctx => {
  ctx.body = 'Hello World!!!';
});

But this one does:

    def initialize
        @name = "Application"
        @array = [1,2,3,4,5]
        @object = {a: 1, b: 2, c: 10}
        self

↳ src/main.imba