If the goal is to disable all JSON parsing, it can be done in filetypes.JSON.conf. This seems to do the trick:

[settings]
lexer_filetype=
tag_parser=

Json files are then opened with no symbols and no syntax coloring, so it should be as fast as possible. If you wan't to keep coloring (that should be pretty fast), just keep the lexer.


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/issues/3727/1865509009@github.com>