Editor with semantic highlighting
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Editor with semantic highlighting
- From: Florian Weimer <fw@...>
- Date: 2009年5月30日 20:46:17 +0200
Is there an editor for Lua which features semantic highlighting? For
instance, it should display assignments to global variables in a
special way, so that I can tell them easily from local (or upvalue)
assignments.