Rosetta Code talk:TODO: Difference between revisions

Content added Content deleted
(Language highlighter weakness for Ada)
Line 10: Line 10:
==Language Highlighting==
==Language Highlighting==
The current language highlighter does a very poor job for Ada. It does not highlight most of the Ada reserved words. How can I fix the reserve word list for Ada in the highlighter?--[[User:Waldorf|Waldorf]] 21:44, 3 March 2008 (MST)
The current language highlighter does a very poor job for Ada. It does not highlight most of the Ada reserved words. How can I fix the reserve word list for Ada in the highlighter?--[[User:Waldorf|Waldorf]] 21:44, 3 March 2008 (MST)
: It's hardcoded in the highlighter PHP. Thankfully, that code looks easy to work with. Can you point me to a complete list of reserved words?--[[User:Short Circuit|Short Circuit]] 19:50, 4 March 2008 (MST)