[gnome-builder] todo: add keyword
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] todo: add keyword
- Date: Fri, 12 May 2017 14:44:04 +0000 (UTC)
commit c501f260d85b7b14eb74ce5778088f4a2db352ea
Author: Alexandre Franke <alexandre franke gmail com>
Date: Fri May 12 16:21:24 2017 +0200
todo: add keyword
plugins/todo/todo_plugin/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/todo/todo_plugin/__init__.py b/plugins/todo/todo_plugin/__init__.py
index ff60438..e822d4d 100644
--- a/plugins/todo/todo_plugin/__init__.py
+++ b/plugins/todo/todo_plugin/__init__.py
@@ -37,7 +37,7 @@ _ = Ide.gettext
LINE1 = re.compile('(.*):(\d+):(.*)')
LINE2 = re.compile('(.*)-(\d+)-(.*)')
-KEYWORDS = ['FIXME', 'XXX', 'TODO']
+KEYWORDS = ['FIXME', 'XXX', 'TODO', 'HACK']
class TodoWorkbenchAddin(GObject.Object, Ide.WorkbenchAddin):
workbench = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]