QScintilla/Lexers/LexerTeX.py

changeset 6891
93f82da09f22
parent 6874
5a3a39442711
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
206 if kwSet == 8: 206 if kwSet == 8:
207 return ( 207 return (
208 texKeywords + " " + etexKeywords + " " + 208 texKeywords + " " + etexKeywords + " " +
209 pdftexKeywords 209 pdftexKeywords
210 ) 210 )
211
212 return None

eric ide

mercurial