vscode-SAS.tmLanguage
vscode-SAS.tmLanguage copied to clipboard
TextMate grammar based Syntax Highlighting for SAS as used in Visual Studio code
SAS Language Definition for VSCode
Syntax highlighting for the SAS files in VsCode, with precise syntax match, SAS like theme and code snippets. The syntax highlighting uses tmLanguage files sourced from https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json.
Features
Data Step

Proc SQL

Inside Macro

Statistical Procedure

Install instructions
-
Install the extension
- Search sas-syntax in the extension market

-
Extension settings
Firstly, change syntax engine to SAS
- toggle
CTRL+SHIFT+Pto open the command panel - enter
change language mode - select SAS

Secondly, change theme to SAS
- toggle
CTRL+SHIFT+Pto open the command panel - enter
color theme - select SAS

- toggle
Known Issues
Syntax parse error if there are unmatched ' or " even if being marked by macro mask

For more information
Enjoy!