beforeRunningCommand nop bundleUUID 467B298F-6227-11D9-BFB1-000D93589AF6 command #!/usr/bin/env ruby require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion" preference = 'Completions' choices = [] parsed_choices = TextmateCompletionsParser.new(nil, :scope => :css).to_ary choices += parsed_choices if parsed_choices choices += ['--'] plist_choices = TextmateCompletionsPlist.new( "#{ENV['TM_BUNDLE_PATH']}/Preferences/#{preference}.tmPreferences" ).to_ary choices += plist_choices if plist_choices print TextmateCodeCompletion.new(choices,STDIN.read, :scope => :css).to_snippet fallbackInput line input selection keyEquivalent ~ name CodeCompletion CSS output insertAsSnippet scope source.css -meta.property-list uuid E6FB4209-818E-40F5-9AFF-96E204F52A11