Slamakans 1 Posted December 4, 2017 Share Posted December 4, 2017 A modified version of edit.lua that I made for personal use. It has syntax highlighting and when you open a file you can specify which line to jump to. It has a few issues where it misses cases, but generally works quite well. The colors are easily modifiable near the top of the file. I don't think it has any breaking bugs right now. A bit performance heavy perhaps, but that's it. Download: pastebin get LYy2u6HL edit.lua link Quote Link to post Share on other sites
Molinko 43 Posted December 4, 2017 Share Posted December 4, 2017 I like your style Quote Link to post Share on other sites
Slamakans 1 Posted December 6, 2017 Author Share Posted December 6, 2017 Thank you Quote Link to post Share on other sites
LoganDark 8 Posted December 7, 2017 Share Posted December 7, 2017 If you're trying to mimic Monokai, here's something you should consider: (Your edit program) (Sublime Text) Quote Link to post Share on other sites
Slamakans 1 Posted December 7, 2017 Author Share Posted December 7, 2017 I wasn't really trying to mimic it, it happened to be the scheme I was using so I just nabbed most (all?) of the colors from it. I'm rewriting it all now though, so I'm going to add it in. Quote Link to post Share on other sites
LoganDark 8 Posted December 7, 2017 Share Posted December 7, 2017 33 minutes ago, Slamakans said: I wasn't really trying to mimic it, it happened to be the scheme I was using so I just nabbed most (all?) of the colors from it. I'm rewriting it all now though, so I'm going to add it in. If you're going to be rewriting it, my honest feedback would be I prefer the original Monokai colors, your editor looks like the colors are close enough but not quite Quote Link to post Share on other sites
Slamakans 1 Posted December 7, 2017 Author Share Posted December 7, 2017 To be honest I actually just screenshotted my editor and colorpicked hahahahha There's the issue with having to change the palette if you want the exact color, though. Quote Link to post Share on other sites
coarse_d1rtxxx.2111 0 Posted August 20, 2023 Share Posted August 20, 2023 Known bugs (I may update this list with new comments): Special colours (comments for ex.) will be forgotten if their corresponding character is offscreen (this was really funny the first time I found this). Tabulations are written to the screen as "HT", are not highlighted when selected, and cannot be added in. Suggested additions: A way to change the colours associated with keywords without going through the code and changing it (maybe in the config file?) Quote Link to post Share on other sites