PakhomovAlexander opened a new pull request, #3390: URL: https://github.com/apache/ignite-3/pull/3390
The tree-sitter parser is used for syntax highlighting for sql mode and for HOCON output (as JSON). Now only base SQL is supported. It means some Ignite-specific keywords are not highlighted (ENGINE, for example). It is planned to write our own Ignite-SQL parser in the future. To make it event more joyful for the user to write some SQL in CLI I've also added multiline support. With this feature the "enter" does not execute the command but moves the cursor to the new line. ";" should be put at the end of the command to execute it. Both syntax-highlighting and multiline support can be enabled or disabled (default is disabled) via cli configuration keys. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
