Benct Philip Jonsson
Benct Philip Jonsson
I know it's said that HTML-style entities are not supported because djot is not to favor any target format, but I wonder if it wouldn't be a good idea to...
Looking at #143 I noticed that the Vim syntax file uses syntax group names like `heading`. Best practice is to use group names with the filetype/language name prefixed such as...
BoolLike in Types::TypeTiny should check for `!` overloading as well as `bool` and `0+` because that is what [boolean.pm][] overloads (don't ask me why!) [YAML::PP][] supports the use of boolean.pm...
I saw that [here][] you are using a replacement function to just look up a value in a table. The function is unnecessary since if you pass a table with...
The title really says it all, and yes I actually use `Snake_Mixed_Case`! Not so much `snake_Camel_Case`, but for completeness' sake...
If I need to put something into a LaTeX environment it's usually a longer piece -- one or more paragraphs --, and it's anyway most convenient to just open a...
I have separated out the code for matching Perl-style "short" `script: Char` names from `unicode#DigraphNew()` into a separate function like this: ``````vim fu! unicode#FindScriptChars(arg) abort "{{{2 " Support for Perl-style...
@nichtich, would you mind me taking a stab at rewriting this as a pandoc filter? /bpj
Just an idea. I need to match a sequence of letters and non-spacing marks, which can't be expressed in Lua patterns even with the extension of the meaning of escapes...
Is there some deep reason why comments and highlights aren't handled, or is it just because nobody has done it yet? If it's just the latter, do you mind if...