Jöran Karl
Jöran Karl
Hm, most probably I wasn't attentive enough in the moment I suggested to just export `GetArg()` (and later `GetWord()` highlighted by @dmaluka), because @dmaluka has his finger already in the...
This is not only a "problem" with the `javascript.yaml` syntax definition, but all syntax definitions using regions instead. These region start and end patterns are normally not defined to respect...
> Why not implement/use sublime syntax files? The current syntax highlighting approach is a bit simpler. Adding a more complex and most probably more accurate one (e.g. like SublimeText) would...
> If you or others (generally people who have been engaged on the issue/PR tracker) would like to take that on, I'll look into how to make that happen. Yes,...
Currently I've no own branch where I track my changes (used in the PRs), but usually this would be the way to go. @zyedidia: Friendly reminder, since nothing really changed...
Before we end up in more or less the same situation again after having the capabilities of labels/milestones and what ever. How about directly adding merge rights and extended issue...
> It looks like now micro is a repo of @zyedidia and doesn't belong to https://github.com/micro-editor organization. ...but would fit there the best. Additionally the updated forks of `tcell` and...
> I think @JoeKar and @dmaluka would make good candidates to start. Thank you, I'm honored. @dmaluka is definitely a safe bet too! I can only speak for myself and...
> A lot of time is spent on maintenance and one maintainer may have less experience on some parts, so I do not think only having added 2 maintainers is...
For me it's working:  Usually the `:` character needs to be escaped at the console via `\:` or the whole filename encapsulated with `""`: `micro something-2024-01-15T19\:03\:33Z.log` `micro "something-2024-01-15T19:03:33Z.log"` To...