public void DefineLanguage(Base.SciLexerBase scilexer) { for (int i = 0; i < _Keywords.Count; i++) { scilexer.SetKeywords(i, _Keywords[i].Value); } }