aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexer.tes
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn1-150/+0
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore
2013-01-27added lexer configuration (syntax highlighting) for patches, Unix Shell and ↵Robin Haberkorn1-1/+73
Microsoft Batch
2013-01-27revised lexer configuration using SciTE property files and Textadept's ↵Robin Haberkorn1-0/+78
terminal color definitions * lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately)