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 or view it on GitHub: https://github.com/geany/geany/issues/3727#issuecomment-1865509009 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3727/[email protected]>
