public RubyClassifierProvider(IRubyRuntimeHost host) : this(host.ContentType, host.RubyScriptEngine) { Instance = this; }
public OutliningTaggerProvider(IRubyRuntimeHost host) { _host = host; }
public OutliningTagger(ITextBuffer buffer, IRubyRuntimeHost host) { _buffer = buffer; _buffer.Properties[typeof(OutliningTagger)] = this; _enabled = host.EnterOutliningModeOnOpen; }