cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Add token highlighting to our new custom editor mode #92

Open siddharth-seth opened 9 years ago

siddharth-seth commented 9 years ago

As a result of fixing the auto-indent issue, a custom mode for the ace editor had to be made inheriting from ace's 'c_cpp' mode. I think the man-page token highlighting feature should also be added to this new mode , so that it becomes available as a feature to the whole ace community.

neelabhg commented 9 years ago

Can you try opening an issue on Ace's project page?