richarddunks / sas.tmbundle

A Sublime Text package for SAS programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAS Package for Sublime Text

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.

To-Do

  1. Polish build system.
  2. Fix error/warning check.
  3. (Possible?) Bring ST3 to the fore upon completion of a job.
  4. Make installable via Package Control. (Subject to Package Control's compatibility w/ST3.)
  5. Polish syntax definition. In particular:
  6. Enable multiple 'dsetname (optional options)' sequences after the 'data' statement.
  7. Color PROC SQL & any trailing options as other procs are colored.
  8. Add a menu item to allow quick access to SAS.sublime-settings

About

A Sublime Text package for SAS programming


Languages

Language:Python 100.0%