Skip to content

Instantly share code, notes, and snippets.

@Atlas7
Created March 13, 2016 14:26
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Atlas7/88fa8e14e8ced9ad9b12 to your computer and use it in GitHub Desktop.
Gist SAS Syntax Highlighting Test

This is a SAS Code:

data junk;
  put "hello world";
run;

Any syntax highlighting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment