Basic syntax system, right now only C and hardcode in eco!
commit9cf645d6c720fb0a21f85da22b4cc404a3b5e546
authorDiego Hernan Borghetti <bdiego@gmail.com>
Wed, 5 May 2010 22:16:13 +0000 (5 19:16 -0300)
committerDiego Hernan Borghetti <bdiego@gmail.com>
Wed, 5 May 2010 22:16:13 +0000 (5 19:16 -0300)
tree5db02a064cf1530bf95033d9a0abc4bf095a63dc
parent7e0eb14f7cca2889fdf2c8c8736767f610cdaca6
Basic syntax system, right now only C and hardcode in eco!

This need a lot more of work, but it's a start, still two
important thing to do:

1) Read the syntax file from a external config file, like
put all the definition in ~/.eco/syntax/cmode and
the same with the rest.

2) Set the syntax for every buffer and fix the screen
to take the syntax from there.
Makefile
main.c
screen.c
screen.h
syntax.c [new file with mode: 0644]
syntax.h [new file with mode: 0644]
update.c