Closed FALLAI-Denis closed 6 months ago
The COBOL formatter incorrectly reformats the SQL statements included in the program.
Regarding SQL comments:
--
- -
In fact, the texmate grammar, like the COBOL language server, does not seem to manage comments included in SQL statements.
Regarding the management of parentheses:
SQL comments:
Opening parenthesis
We addressed this problem in v4.2.0. Let us know if this work for you.
Development environment used
Problem Description
The COBOL formatter incorrectly reformats the SQL statements included in the program.
Regarding SQL comments:
--
and transforms it into- -
which makes the code uncompilableIn fact, the texmate grammar, like the COBOL language server, does not seem to manage comments included in SQL statements.
Regarding the management of parentheses:
Observed behavior
SQL comments:
Opening parenthesis