Dňa 22. októbra 2023 14:50:58 UTC používateľ "Denis Bitouzé"
napísal:
>Unfortunaltely, that doesn't work either. And I precisely didn't use
>these parentheses because of :
Yes, you are right, my notes are outdated, i checked conf and it is
without (), I am sorry.
regards
--
Slavko
https://w
Le 22/10/23 à 14h20, Slavko a écrit :
> Dňa 22. októbra 2023 13:51:21 UTC používateľ "Denis Bitouzé"
> napísal:
>
>> │ def setup(app):
>> │ from acetexlexer import AceTexLexer
>> │ app.add_lexer('xlatex', acetexlexer.AceTexLexer)
>> └
>
> I cannot comment lexer implementation its
Dňa 22. októbra 2023 13:51:21 UTC používateľ "Denis Bitouzé"
napísal:
> │ def setup(app):
> │ from acetexlexer import AceTexLexer
> │ app.add_lexer('xlatex', acetexlexer.AceTexLexer)
> └
I cannot comment lexer implementation itself, i never did
own, but i use:
def setup(app):
Hi,
(Question already asked but still not answered on SO:
https://stackoverflow.com/q/77329701/1682470)
I created Pygments customized lexer and style:
- `acetexlexer.py` (lexer file),
- `acedracula.py` (style file),
that work pretty well since the following command returns the expected
result: