gustavo-hms / luar

Script Kakoune using Lua
GNU Lesser General Public License v3.0
47 stars 3 forks source link

Fix -recurse highlighting #4

Closed alexherbo2 closed 4 years ago

gustavo-hms commented 4 years ago

Hi, @alexherbo2 ! Could you please show me some snippets to illustrate the need for this change?

alexherbo2 commented 4 years ago

Without it the recursion fails:

lua %[
  print("[something]")
]
gustavo-hms commented 4 years ago

I see... thanks!