Open main menu

Changes

no edit summary
Textadept comes with an own ConTeXt lexer. A lexer is a file that defines command highlighting. So it's a good idea to bind <code>*.tex</code> and/or <code>*.ctx</code> files to Textadept's ConTeXt lexer. To do so:
 
1. Add the following lines to your <code>USER/.textadept/init.lua</code>:
textadept.file_types.extensions.tex = 'context'
194

edits