Is it possible to use "editor.maxTokenizationLineLength" in a vscode language extension or similar implementations.
The situation is that I have my own language type. I want to have a limitation of the line length, because whenever a linebreak occurs in the expected value, the colored highlight will be lost, removing so the warning for the user.