[Geany-Users] org-mode and todo highlight

Lex Trotman elextr at xxxxx
Mon Apr 22 22:42:16 UTC 2019


If one of the other language lexers already in Geany is "close enough"
you can make a custom filetype based on those, see the manual.

If none of the existing highlighting is suitable then highlighting is
provided by the Scintilla editing widget Geany uses.  You can check if
that supports either of your languages, Geany does not support all
languages Scintilla does.  If it does you can make a built-in language
using the lexer (C coding needed).

Otherwise you can write a Scintilla lexer (C++ coding needed) and add
it as above.

Cheers
Lex


On Tue, 23 Apr 2019 at 05:03, white-wolf <white-wolf at ovh.fr> wrote:
>
> how can créate an personnal syntax highlight for my ToDo List and my
> personal note on txt mode ?
>
> best regard,
> White Wolf.
>
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users


More information about the Users mailing list