diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 01:18:00 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 01:18:00 +0100 |
commit | 7e4014c5936e59251044c595d20b6978e69f8568 (patch) | |
tree | 6be9a446c596857fdf3f44a4815743d90edb092e /.gitignore | |
parent | 922b99b474d352f6a00b327d83efc0a3cee823f3 (diff) | |
download | sciteco-7e4014c5936e59251044c595d20b6978e69f8568.tar.gz |
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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 *~ |