Skip to content

Instantly share code, notes, and snippets.

View simongregory's full-sized avatar

Simon Gregory simongregory

View GitHub Profile
#! /usr/bin/env ruby
# encoding: utf-8
require ENV['TM_SUPPORT_PATH'] + '/lib/ui'
require ENV['TM_SUPPORT_PATH'] + '/lib/exit_codes'
regexp = ENV['TM_SCOPE'] =~ /source.actionscript.3/ ? /(.+)\.as$/ : /(.+)\.mxml$/
skins_path = ENV['TM_FLEX_PATH'] + '/frameworks/projects/spark/src/spark/skins/spark'
skins = []