beforeRunningCommand nop bundleUUID 467B298F-6227-11D9-BFB1-000D93589AF6 command #!/usr/bin/env ruby require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion" preference = 'Property Value Completions' choices = [] parsed_choices = TextmateCompletionsParser.new(nil, :scope => :css_values).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).to_snippet fallbackInput line input selection keyEquivalent ~ name CodeCompletion CSS Property Values output insertAsSnippet scope source.css meta.property-value uuid 35DFB6D6-E48B-4907-9030-019904DA0C5B