When editing a Perl file, gedit 2.30.3 highlights FIXME, TODO and XXX when they appear in a comment. Where is this documented? How can this be modified?
When editing a Perl file, gedit 2.30.3 highlights FIXME , TODO and XXX when
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s documented here: http://library.gnome.org/devel/gtksourceview/stable/lang-tutorial.html
Do a search for “in-comment”.
You can do modifications in the def.lang file located in /usr/share/gtksourceview-2.0/language-specs if you’re on Ubuntu.
Run a search for “comment-note” and you’ll see where the regex is declared.