GNOME Bugzilla – Bug 316330
Ada Syntax highlighting is incorrect
Last modified: 2005-12-30 17:19:16 UTC
Please describe the problem: When using attributes in an Ada program the syntax highlighting function colours everything as a string. Steps to reproduce: 1. Enter o := integer'value(str(o..i - 1)) + x; The ' before value marks the attribute and not the beginning of a string. Thus the highlighting becomes wrong for the rest of the line. Actual results: The colour after the attribute is "string"-coloured for the rest of the line. Expected results: It should be highlighted normally Does this happen every time? Yes Other information:
moving to gtksourceview.
Fixed in CVS HEAD. 2005-12-30 Paolo Maggi <paolo@gnome.org> * gtksourceview/language-specs/ada.lang: fixed bug #316330 (Ada Syntax highlighting is incorrect)