react-simple-code-editor doesn't seem to have any way to use horizontal scrolling instead of wrapping text, and this causes problems like incorrect line numbers and not allowing scrolling all the way to the end of the code.
CodeMirror seems like a good replacement, but it doesn't have a devicetree parser, so I would either need to remove syntax highlighting for devicetree or port a devicetree parser to the Lezer system.
react-simple-code-editor doesn't seem to have any way to use horizontal scrolling instead of wrapping text, and this causes problems like incorrect line numbers and not allowing scrolling all the way to the end of the code.
CodeMirror seems like a good replacement, but it doesn't have a devicetree parser, so I would either need to remove syntax highlighting for devicetree or port a devicetree parser to the Lezer system.