Matthäus G. Chajdas
Matthäus G. Chajdas
(Original comment by tshatch on 2012-12-27T02:14:07.794031+00:00) Agreed, this plagues us constantly in Javascript and Perl as well. I'll see what I can do to infer more context.
(Original comment by dscorbett on 2016-06-02T00:25:25.531991+00:00) The solution is to have two states: one for the start of an expression, the other for the middle of an expression. If a...
This needs a bit more love. Mostly because it uses `.` in a bunch of places, producing waaay more tokens than necessary.
Merged `master` into this and updated the one failing test. This should be good to merge now.
This also looks good to me, but there's no test for it (nor do I see how this can be tested easily.) @birkenfeld , @Jean-Abou-Samra , any concerns with that?...
Good catch! Can you add an unit test for this, please?
@kurtmckee Feel free to add this, I've recently fixed a bug related to lookups not working properly and that should be solved now for all formatters. It will require a...
Thanks! Could you please take a look at the merge conflict?
Thanks for the update! The built-in change was in #1705 by @alexpovel. Should we revert this? I'm not a Matlab user, and I don't know which highlighting works "best" in...
That would require to check if it's a function-call use or not (i.e. followed by `(`, I presume that's all GitHub is doing.) My problem here is: I'm not a...