A modest package for doing SAS programming. Read all about it here.
Installation is via git only right now. In your packages folder:
git clone git://github.com/rpardee/sas.tmbundle.git SAS
Or failing that, download the package as a zip from github and then unzip it into %PACKAGES%/SAS.
I am now developing in Sublime Text 3 beta, though I believe everything works in ST2.
- Polish build system.
- Fix error/warning check.
- (Possible?) Bring ST3 to the fore upon completion of a job.
- Make installable via Package Control. (Subject to Package Control's compatibility w/ST3.)
- Polish syntax definition. In particular:
- Enable multiple 'dsetname (optional options)' sequences after the 'data' statement.
- Color PROC SQL & any trailing options as other procs are colored.
- Add a menu item to allow quick access to SAS.sublime-settings