Roman Hubacek:
> Yes, it is possible. I am using following lua code for this purpose. Put
> it into your SciTEStartup.lua. It is bit long, but quite universal.
>
> lexers = {
> [1] = "null",
> [2] = "python",
> [3] = "cpp",
Lua knows about the symbolic names
print(SCLEX_NULL)
print(SCLEX_PYTHON)
print(SCLEX_CPP)
Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest
