From 7e4014c5936e59251044c595d20b6978e69f8568 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 27 Jan 2013 01:18:00 +0100 Subject: revised lexer configuration using SciTE property files and Textadept's 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) --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b591a88..c82f607 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,14 @@ Makefile Makefile.in stamp-* -src/sciteco -src/sciteco-minimal +/src/sciteco +/src/sciteco-minimal # Generated code /sciteco.1 -src/gtk-info-popup*.[ch] -src/symbols-*.cpp +/teco.ini +/src/gtk-info-popup*.[ch] +/src/symbols-*.cpp # Backups *~ -- cgit v1.2.3