astampedcarton / vscode-SAS.tmLanguage

TextMate grammar based Syntax Highlighting for SAS as used in Visual Studio code

Home Page:https://marketplace.visualstudio.com/items?itemName=77qingliu.sas-syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Extension Settings

Firstly, change syntax engine to SAS

  • toggle CTRL+SHIFT+P to open the command panel
  • enter change language mode
  • select SAS

Secondly, change theme to SAS

  • toggle CTRL+SHIFT+P to open the command panel
  • enter color theme
  • select SAS

Known Issues

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

For more information

Enjoy!

About

TextMate grammar based Syntax Highlighting for SAS as used in Visual Studio code

https://marketplace.visualstudio.com/items?itemName=77qingliu.sas-syntax