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
105 stars 43 forks source link

fix: add a new zone MACRO_SUB_OPT_NAME #1048

Closed bitaoz closed 2 weeks ago

bitaoz commented 2 weeks ago

Summary Add a new zone MACRO_SUB_OPT_NAME, which is similar to PROC_SUB_OPT_NAME, VIEW_OR_PGM_SUB_OPT_NAME. It's the subtype of SUB_OPT_NAME.

Testing Type "%macro test (test);" and "enter", Indentation works properly.