sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

fix: proc python formatting without endsubmit #1124

Closed scnwwu closed 1 month ago

scnwwu commented 2 months ago

Summary Fix #992

Testing Test case in #992

Zhirong2022 commented 1 month ago

It can format the code correctly if having no endsubmit in proc python block.