Goto statements (and line markers): `edit` highlighting
fatboychummy opened this issue ยท 2 comments
This is a bit of an awkward one, as we probably don't want to syntax highlight goto
when used as an identifier (e.g. local goto
or goto()
). We could probably do this with some basic lookahead, though the current syntax highlighter isn't exactly built for that.
Maybe possible to do at the same time as #1396.