diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 15:42:33 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:32 +0100 |
| commit | 39cb3b36cbac59c938acf6b71cbb3087f0fca5b4 (patch) | |
| tree | bd362fd25dcf3ce954c4af877a05fcb5d8ef1d73 /teco.ini | |
| parent | 9d8b90f654b5777f5c9d402fda445088f9fe374f (diff) | |
ED flags making 0-Register hook execution configurable
* teco.ini updated as well
Diffstat (limited to 'teco.ini')
| -rwxr-xr-x[-rw-r--r--] | teco.ini | 48 |
1 files changed, 46 insertions, 2 deletions
@@ -1,5 +1,49 @@ +#!./sciteco -m + ! TECO.INI ! +@R/ + U3U2U1 + (Q1*256 + Q2)*256 + Q3 +/ + +@0/ + @O"add,edit,close,quit" + +!add! + f^QQ* EQf + + ZJ -:@S".^Q^E[cpp,c,h]""S Z-."= @EB"^Q^EQf" + 3,4001ES^[ + 0,4005@ES"break case continue default do else for goto if return switch while"^[ + 0,255,0MR,0,2051@ES""^[ + 0,255,0MR,1,2051ES^[ 0,255,0MR,2,2051ES^[ + 255,255,0MR,4,2051ES^[ 255,0,0MR,5,2051ES^[ + 255,0,255MR,6,2051ES^[ + Oend + '' + + ZJ -:Smakefile"S Z-."= @EB"^Q^EQf" + 11,4001ES^[ + 0,255,0MR,1,2051ES^[ + Oend + '' + + @EB"^Q^EQf" + @O"end" + +!edit! + @O"end" + +!close! + @O"end" + +!quit! + ! fall through ! + +!end!/ +ED#32ED + ! open all files specified on the commandline ! -<:l;r 0x0 ebQ0 eb l> --ef
\ No newline at end of file +<:L;R 0Xf EBQf EB L> +-EF |
