@elextr,

I had a thought while inspecting that filetypes files should include all lexer property settings, even if set to Lexilla default or commented out, since Lexilla only code-documents them.

The SciTE website lists every known property, including lexer properties. To your point, though, it's not very searchable.

Lexilla maintains a Python script to keep the properties table in sync with code changes:

https://github.com/ScintillaOrg/lexilla/blob/43ea736569d52ba6cf7e7325cf39009409e7282b/scripts/LexillaData.py#L19

#2517 was an attempt to automate the extraction of property info from release tarballs.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3441/c1493404204@github.com>