andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Enki does highlight "FIXME" or "TODO", but not "XXX". #126

Closed vi closed 10 years ago

vi commented 10 years ago

Looks like the list of comment alerts Enki does highlight is like here

ALERT BUG DANGER DEPRECATED FIXME HACK NOTE NOTICE SECURITY TASK TEST TESTING TODO WARNING

This list does not include XXX, which gets highlighted (along with TODO and FIXME) in Vim...

XXX is for marking places where you have bad feeling and unsure what other tag to put; also as more severe variant of FIXME.

andreikop commented 10 years ago

Done. Update qutepart Sorry for long delay, was busy with coding. Try https://github.com/hlamer/enki/tree/ctags