aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index e3cfc7f..73bd5f4 100644
--- a/README
+++ b/README
@@ -1,11 +1,12 @@
cucutags provides a simple generator of ctags-like tags file for
the combination of [Gherkin language features](https://github.com/cucumber/cucumber/wiki/Gherkin) and Python [steps](https://github.com/behave/behave).
-Unfortunately, no text editor known to me is able to use so
-generated tags file. However, this script can be also used by any
-other Python script as a library, and thus for example
-[vim](http://www.vim.org) can use it via
-[vim-behave](https://gitorious.org/cucutags/vim-behave) plugin.
+Unfortunately, no text editor known to me is able to use so generated
+tags file. However, this script can be also used by any other Python
+script as a library, and thus for example [vim](http://www.vim.org) can
+use it via [vim-behave](https://gitorious.org/cucutags/vim-behave)
+plugin or [gedit](https://wiki.gnome.org/Apps/Gedit) via the
+[gedit_behave](https://gitorious.org/cucutags/gedit_behave) one.
All bug reports and enhancement requests, please, send to the
email listed in the script file.