Skip to content

Lua: attribute with Lua54 and some other improvements

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:lua54 into master
  • support of local varname <attr>
  • numerical suffixes are now always errors (normally, a=3f() is invalid, but not a=3g(). But who would knowingly want to forget about space?)

Merge request reports